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;
};