UNPKG

@nestdevx/tenant

Version:

Tenant module for multi-tenant NestJS applications.

3 lines (2 loc) 309 B
import { Type } from "@nestjs/common"; export declare const ApiResponseDoc: <TModel extends Type<unknown>>(model: TModel, description?: string, statusCode?: number) => <TFunction extends Function, Y>(target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;