Preview: converters.d.ts
Size: 486 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/prisma/lib/utils/converters.d.ts
import { DMMF } from '@prisma/client/runtime/library.js';
import { Filter } from 'adminjs';
import { Property } from '../Property.js';
export declare const convertParam: (property: Property, fields: DMMF.Model['fields'], value: string | boolean | number | Record<string, any> | null | undefined) => string | boolean | number | Record<string, any> | null | undefined;
export declare const convertFilter: (modelFields: DMMF.Model['fields'], filterObject?: Filter) => Record<string, any>;
Directory Contents
Dirs: 0 × Files: 15