export interface AuthenticateResponse<T> {
    msg?: string;
    data?: T;
    code?: number;
}
//# sourceMappingURL=authenticateResponse.d.ts.map