Type alias AnalyticSnapshotMapping

AnalyticSnapshotMapping: {
    aggregateType?: string | null;
    sourceField: string;
    sourceType: string;
    targetField: string;
}

Type declaration

  • Optional aggregateType?: string | null
  • sourceField: string
  • sourceType: string
  • targetField: string