TypeAlias.QuotaUsage
type QuotaUsage = {
count: number;
organization: string;
period: string;
subject: "application" | "dppPassport" | "wallet";
type: "create" | "update" | "delete" | "publish" | "claim" | "scan" | "transfer";
};
Type Declaration
| Name | Type |
|---|---|
count | number |
organization | string |
period | string |
subject | "application" |
type | "create" |