UNPKG

@methodus/server

Version:

Server components for @methodus workflow

5 lines (4 loc) 158 B
import { MethodResult } from '@methodus/framework-decorators/commons'; export declare class ProxiedController { get(id: string): Promise<MethodResult>; }