Skip to main content

TypeAlias.QuotaOrganization

type QuotaOrganization = {
applicationLimit?: number | null;
createdAt: string;
id: string;
organization: string;
passportMonthlyLimit?: number | null;
productMonthlyLimit?: number | null;
updatedAt: string;
};

Type Declaration

NameType
applicationLimit?number | null
createdAtstring
idstring
organizationstring
passportMonthlyLimit?number | null
productMonthlyLimit?number | null
updatedAtstring