Skip to content

Type Alias: QuotaType

ts
type QuotaType = 
  | "QUOTA_TYPE_UNSPECIFIED"
  | "RATE_LIMIT_UPLOAD"
  | "RATE_LIMIT_CREATOR_STORE_DISTRIBUTE";

Defined in: src/types/users.ts:47