XYO Platform SDK - v3.10.6

    Type Alias SchemaToJsonPathTransformExpressionsDictionary<T>

    SchemaToJsonPathTransformExpressionsDictionary: {
        [key in keyof T]: JsonPathTransformExpression[]
    }

    A dictionary of schema to JSON Path transform expressions.

    Type Parameters

    • T extends { [schema: string]: unknown } = { [schema: string]: unknown }
    MMNEPVFCICPMFPCPTTAAATR