1 2 3 4 5 6 7
export interface VideoPassword { id: number password: string videoId: number createdAt: Date | string updatedAt: Date | string }