Skip to main content

TypeAlias.QuotaOrganization

type QuotaOrganization = {
allowOverage: boolean;
applicationLimit?: number | null;
applicationUsage?: number;
createdAt: string;
id: string;
organization: string;
passportMonthlyLimit?: number | null;
passportMonthlyUsage?: number;
productMonthlyLimit?: number | null;
productMonthlyUsage?: number;
updatedAt: string;
};

Type Declaration

NameType
allowOverageboolean
applicationLimit?number | null
applicationUsage?number
createdAtstring
idstring
organizationstring
passportMonthlyLimit?number | null
passportMonthlyUsage?number
productMonthlyLimit?number | null
productMonthlyUsage?number
updatedAtstring