export interface MemberLoginRequest {
  username: string;
  password: string;
  portalId: number;
}
