CustomQueryParameters: {
    [key in `c_${string}`]: string | number | boolean | string[] | number[]
}

Custom query parameter type with any string prefixed with c_ as the key and the allowed types for query parameters for the value.