Type Alias AlertConfigListResponse

AlertConfigListResponse: {
    configs?: AlertConfigResponse[];
    data?: AlertConfigResponse[];
    pagination?: PaginationResponse;
    total?: number;
}

A page of alert configurations.

The top-level key is version-gated: configs alongside total by default, the canonical {data, pagination} envelope once apiVersion is 2026-07-27 or later. Both are declared optional so either shape type-checks.

Type declaration