Repository URL to install this package:
export interface Datarecord { timestamp?: Date; serviceExecutionId?: string; data?: Array<string>; }