Type Alias FreeFormParameters

FreeFormParameters:
    | Record<string, any>
    | any[]
    | number
    | string
    | boolean