export interface MemberConfirmationRequest {
  token: string;
  password: string;
  hasAgreed: boolean;
}
