Interface SemanticCompilerFieldMappingExperimental

Trace from one public semantic field to its exact protocol request name.

interface SemanticCompilerFieldMapping {
    logicalField: string;
    physicalPath: readonly string[];
    requestField: string;
}

Properties

logicalField: string
physicalPath: readonly string[]
requestField: string