interface ListQuotaResponse {
    quota: Quotum[];
    totalCount: number;
}

Properties

Properties

quota: Quotum[]

List of quota.

totalCount: number

Total count of quota.