export interface MemberLoginResponse {
  token: string;
}
