Type alias TimestampAttribute

TimestampAttribute: {
    timestamp: string;
    type: "date-time";
}

Type declaration

  • timestamp: string
  • type: "date-time"

Generated using TypeDoc