META UI Components
    Preparing search index...

    Type Alias IMeActionParamValue

    IMeActionParamValue:
        | string
        | number
        | boolean
        | null
        | { $call: string; params: { [key: string]: IMeActionParamValue } }
        | IMeActionParamValue[]
        | { [key: string]: IMeActionParamValue }