export interface LoginPayload { publicKey: string; messageSignature: string; createdAt: number; refCode?: string; } export interface AuthMessage { authMessage: string; createdAt: number; } export interface UserDto extends LoginPayload { } //# sourceMappingURL=UserDto.d.ts.map