Type Alias GetQuotaByIdResult

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

Properties

Properties

data: Quota[]

Quota item.