返回 AiToEarn
comment.ts
1 /*
2 * @Author: nevin
3 * @Date: 2025-01-23 23:15:08
4 * @LastEditTime: 2025-02-10 13:24:38
5 * @LastEditors: nevin
6 * @Description:
7 */
8
9 import { VideoModel } from '../../../../../electron/db/models/video';
10
11 export type VideoPul = VideoModel;
12
12 lines TYPESCRIPT