5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
export interface videoConfig {
|
|
videoTitle?: string
|
|
videoPath: string;
|
|
videoType?: string;
|
|
} |