@adminjs/express
Version:
This is an official AdminJS plugin which integrates it with Express.js framework
9 lines (8 loc) • 491 B
TypeScript
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);
}