libs/map/src/lib/selector/model/trajectory-result.ts
Properties |
data |
data:
|
Type : LocatedProfileDataEntry
|
dataset |
dataset:
|
Type : HelgolandDataset
|
import { HelgolandDataset, LocatedProfileDataEntry } from '@helgoland/core';
export interface TrajectoryResult {
dataset: HelgolandDataset;
data: LocatedProfileDataEntry;
}