7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
import { ILiffData } from "../define/interface";
|
|
|
|
export interface ReqLogin {
|
|
token: string
|
|
}
|
|
|
|
export type ResLogin = ILiffData |