@wepublish/api
Version:
API core for we.publish.
7 lines (6 loc) • 310 B
TypeScript
import { CanActivate, Type } from '@nestjs/common';
export declare const ONE_OF_METADATA_KEY = "one_of";
/**
* Adds guards to the metadata so that the OneOfGuard knows which guards to check.
*/
export declare const OneOf: (...guards: Type<CanActivate>[]) => import("@nestjs/common").CustomDecorator<string>;