mirror of
https://github.com/PlayEdu/backend
synced 2025-09-11 01:33:39 +08:00
8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
declare global {
|
|
interface VideoParseInfo {
|
|
poster: string;
|
|
duration: number;
|
|
}
|
|
}
|
|
|
|
export {} |