TypeAlias.QuotaUsage
type QuotaUsage = {
count: number;
entity: "Application" | "DppProduct" | "DppPassport";
id: string;
operation: "create" | "update" | "delete";
organization: string;
period: string;
};
Type Declaration
| Name | Type |
|---|---|
count | number |
entity | "Application" | "DppProduct" | "DppPassport" |
id | string |
operation | "create" | "update" | "delete" |
organization | string |
period | string |