AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
aitoearn-auth.interface.ts
根目录
/
project
/
aitoearn-backend
/
libs
/
aitoearn-auth
/
src
/
aitoearn-auth.interface.ts
1
import type { LeanDoc, User } from '@yikart/mongodb'
2
import type { TokenPayload } from './aitoearn-auth.config'
3
4
export type TokenInfo = LeanDoc<User>
5
export type { TokenPayload }
6
6 lines
TYPESCRIPT