@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ListGlobalConfigResponse

    interface ListGlobalConfigResponse {
        entries: ConfigEntry[];
        total: number;
    }
    Index

    Properties

    Properties

    entries: ConfigEntry[]
    total: number