UNPKG

168 BTypeScriptView Raw
1import { type MethodAndPropDecorator } from "./types.js";
2export declare function Directive(sdl: string): MethodAndPropDecorator & ClassDecorator & ParameterDecorator;