2
1

user-video-quota.model.ts 91 B

1234
  1. export interface UserVideoQuota {
  2. videoQuotaUsed: number
  3. videoQuotaUsedDaily: number
  4. }