UNPKG

@payloadcms/plugin-multi-tenant

Version:
8 lines 310 B
import type { PayloadRequest, Where } from 'payload'; type Args = { req: PayloadRequest; tenantsCollectionSlug: string; }; export declare const filterTenantsBySelectedTenant: ({ req, tenantsCollectionSlug, }: Args) => null | Where; export {}; //# sourceMappingURL=filterTenantsBySelectedTenant.d.ts.map