UNPKG

type-graphql

Version:

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

4 lines (3 loc) 243 B
import { type ExtensionsMetadata } from "../metadata/definitions/index.js"; import { type MethodAndPropDecorator } from "./types.js"; export declare function Extensions(extensions: ExtensionsMetadata): MethodAndPropDecorator & ClassDecorator;