mzinga
Version:
Node, React and MongoDB Headless CMS and Application Framework
9 lines • 309 B
TypeScript
import type { Payload } from '../..';
type Args = {
nestedFieldName?: string;
parentName: string;
payload: Payload;
};
declare const fieldToSchemaMap: ({ nestedFieldName, parentName, payload }: Args) => any;
export default fieldToSchemaMap;
//# sourceMappingURL=fieldToWhereInputSchemaMap.d.ts.map