返回 AiToEarn
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