UNPKG

@payloadcms/plugin-multi-tenant

Version:
3 lines 195 B
import type { Tenant } from '../types.js'; export declare const extractID: <IDType extends number | string>(objectOrID: IDType | Tenant<IDType>) => IDType; //# sourceMappingURL=extractID.d.ts.map