UNPKG

400 BTypeScriptView Raw
1import { Type } from '@nestjs/common';
2import { GraphQLScalarType } from 'graphql';
3export type GqlTypeReference<T = any> = Type<T> | GraphQLScalarType | Function | object | symbol;
4export type ReturnTypeFuncValue = GqlTypeReference | [GqlTypeReference];
5export type ReturnTypeFunc<T extends ReturnTypeFuncValue = any> = (returns?: void) => T;
6//# sourceMappingURL=return-type-func.interface.d.ts.map
\No newline at end of file