Type Alias GetQuotasResult

type GetQuotasResult = {
    data: Quota[];
}
Index

Properties

Properties

data: Quota[]

Array of quota items.