UNPKG

@eggjs/controller-decorator

Version:

tegg controller decorator

3 lines (2 loc) 168 B
import { MCPResourceParams } from '@eggjs/tegg-types'; export declare function MCPResource(params: MCPResourceParams): (target: any, propertyKey: PropertyKey) => void;