Type Alias InputParam

InputParam: {
    constraints: Constraint[];
    fetcherType: InputParamFetcherType;
    paramData: string;
}

Type declaration