@knovator/masters-node
Version:
NodeJS backend for @knovator/masters
10 lines (9 loc) • 346 B
TypeScript
declare const _default: {
logger: Console;
catchAsync: (fn: any) => (req: any, res: any, next: any) => void;
authentication: (_req: any, _res: any, next: () => any) => any;
preDelete: (_record: any) => Promise<{}>;
postUpdate: (_record: any) => Promise<{}>;
languages: LanguageType[];
};
export default _default;