import { BaseResponse } from "../BaseResponse"; export class LoginResponse extends BaseResponse { accessToken?: string; refreshToken?: string; }