video-constant.model.ts 62 B

1234
  1. export interface VideoConstant<T> {
  2. id: T
  3. label: string
  4. }