Interface UmbDataSourceDataMapping<fromModelType, toModelType>

interface UmbDataSourceDataMapping<fromModelType = any, toModelType = any> {
    map: (data: fromModelType) => Promise<toModelType>;
    destroy(): void;
}

Type Parameters

  • fromModelType = any
  • toModelType = any

Hierarchy (View Summary, Expand)

  • UmbApi
    • UmbDataSourceDataMapping

Properties

Methods

Properties

map: (data: fromModelType) => Promise<toModelType>

Methods

MMNEPVFCICPMFPCPTTAAATR