Preview: errors.d.ts
Size: 491 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/express/lib/errors.d.ts
export declare const MISSING_AUTH_CONFIG_ERROR = "You must configure either \"authenticate\" method or assign an auth \"provider\"";
export declare const INVALID_AUTH_CONFIG_ERROR = "You cannot configure both \"authenticate\" and \"provider\". \"authenticate\" will be removed in next major release.";
export declare class WrongArgumentError extends Error {
constructor(message: string);
}
export declare class OldBodyParserUsedError extends Error {
constructor(message?: string);
}
Directory Contents
Dirs: 1 × Files: 14