interface RuntimeApiMethodParamSpec {
    codec?: $.AnyShape;
    name: string;
    type?: string;
    typeId?: number;
}

Properties

codec?: $.AnyShape
name: string
type?: string
typeId?: number