UNPKG

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