UNPKG

@opra/common

Version:
8 lines (7 loc) 249 B
import { TypeThunkAsync } from 'ts-gems'; export declare function WsParam(type?: TypeThunkAsync | string, options?: WsParam.Options): ParameterDecorator; export declare namespace WsParam { interface Options { required?: boolean; } }