export interface AuthResponseDto {
  token: string;
}
