2024-03-06 17:28:02 +08:00
|
|
|
import { ILiffData } from "../define/interface";
|
|
|
|
|
2023-09-02 22:33:23 +08:00
|
|
|
export interface ReqLogin {
|
2024-03-06 17:28:02 +08:00
|
|
|
token: string
|
2023-09-02 22:33:23 +08:00
|
|
|
}
|
|
|
|
|
2024-03-06 17:28:02 +08:00
|
|
|
export type ResLogin = ILiffData
|