kea-client
    Preparing search index...

    Interface RemoteOptionPoolDelArgs

    interface RemoteOptionPoolDelArgs {
        options: { code: number; space?: string }[];
        pools: { pool: string }[];
        "remote-map"?: JsonObject;
    }

    Hierarchy (View Summary)

    Index
    options: { code: number; space?: string }[]
    pools: { pool: string }[]
    "remote-map"?: JsonObject