Variable anyReqParamsSchemaConst

anyReqParamsSchema: Schema<
    | undefined
    | Partial<
        Record<
            string,
            | string
            | number
            | boolean
            | TreatUndefinedAsOptional<{ isStringSerializable: true }>,
        >,
    >,
> = ...