aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-create-result.model.ts
blob: a9f8e25a0c64e20cccf68d2be2250e1efc0c7aed (plain) (blame)
1
2
3
4
5
export interface VideoCreateResult {
  id: number
  uuid: string
  shortUUID: string
}