Type Alias OgcProcessIoValue

OgcProcessIoValue:
    | string
    | number
    | boolean
    | null
    | Record<string, unknown>
    | unknown[]

Process input/output literal envelope.