TypeAlias.QuotaOrganization
type QuotaOrganization = {
applicationLimit?: number | null;
createdAt: string;
id: string;
organization: string;
passportMonthlyLimit?: number | null;
productMonthlyLimit?: number | null;
updatedAt: string;
};
Type Declaration
| Name | Type |
|---|---|
applicationLimit? | number | null |
createdAt | string |
id | string |
organization | string |
passportMonthlyLimit? | number | null |
productMonthlyLimit? | number | null |
updatedAt | string |