svet-pos-project-client / src / api / IAuth.ts
IAuth.ts
Raw
export interface ILoginUser {
  username: string;
  password: string;
}