interface QueryParamsResponse {
    params: undefined | Params;
}

Properties

Properties

params: undefined | Params

params defines the parameters of the module.