2023-03-08 15:56:22 +08:00

4 lines
75 B
TypeScript

export interface VideoParseInfo {
poster:string;
duration:number;
}