2023-04-03 14:54:27 +08:00

8 lines
104 B
TypeScript

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