Files
energy_dist/dist/app/api/vo/auth.vo.d.ts
T
2026-04-21 22:34:39 +08:00

4 lines
52 B
TypeScript

export declare class LoginVo {
token: string;
}