UNPKG

@payloadcms/plugin-multi-tenant

Version:
8 lines 291 B
import type { CollectionSlug, Payload } from 'payload'; type Args = { collectionSlug: CollectionSlug; payload: Payload; }; export declare const getCollectionIDType: ({ collectionSlug, payload }: Args) => "number" | "text"; export {}; //# sourceMappingURL=getCollectionIDType.d.ts.map