UNPKG

bb-inspired

Version:

Core library for BB-inspired NestJS backend

8 lines (7 loc) 249 B
import { PipeTransform } from '@nestjs/common'; export declare class TenantValidationPipe implements PipeTransform { private readonly logger; transform(value: string | number | { tenantId: string | number; }): string | number; }