@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
8 lines • 310 B
TypeScript
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