TypeAlias.QuotaUsage
type QuotaUsage = {
count: number;
organization: string;
period: string;
subject: "application" | "dppPassport" | "wallet";
};
Type Declaration
| Name | Type |
|---|---|
count | number |
organization | string |
period | string |
subject | "application" |