Type alias AuthRequest

AuthRequest: {
    blob?: string | UploadType;
    server: ServerType;
    type: AuthType;
}

Type declaration