blob: e1b06373d02c292dbdc9aa030987413b4c2067e4 [file] [log] [blame]
export class DataEntry {
id: number;
dataType: string;
name: string;
}