AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
imagePage.type.ts
根目录
/
project
/
aitoearn-electron
/
src
/
views
/
publish
/
children
/
imagePage
/
imagePage.type.ts
1
import { AccountInfo } from '../../../account/comment';
2
import { IPubParams } from '../videoPage/videoPage';
3
4
export interface IImageAccountItem {
5
account: AccountInfo;
6
pubParams: IPubParams;
7
}
8
8 lines
TYPESCRIPT