UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

4 lines 305 B
import type { BaseDatabaseAdapter } from '../database/types'; import type { Field } from '../fields/config/types'; export declare const getIDType: (idField: Field | null, defaultIDType: BaseDatabaseAdapter['defaultIDType'] | null) => 'ObjectID' | 'number' | 'text'; //# sourceMappingURL=getIDType.d.ts.map