AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
apiServer.ts
根目录
/
project
/
aitoearn-electron
/
commont
/
types
/
apiServer.ts
1
/*
2
* @Author: nevin
3
* @Date: 2025-02-22 12:27:40
4
* @LastEditTime: 2025-02-22 12:37:05
5
* @LastEditors: nevin
6
* @Description:
7
*/
8
export interface TimeTemp {
9
createTime: string;
10
updateTime: string;
11
}
12
12 lines
TYPESCRIPT