UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

3 lines 258 B
import { ArgsType, InputType, InterfaceType, ObjectType } from '../decorators'; export type ClassDecoratorFactory = typeof ArgsType | typeof ObjectType | typeof InterfaceType | typeof InputType; //# sourceMappingURL=class-decorator-factory.interface.d.ts.map