export interface VideoPassword {
id: number
password: string
videoId: number
createdAt: Date | string
updatedAt: Date | string
}