Type alias TimestampAttribute

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

Represents a timestamp attribute with type information.

Type declaration

  • timestamp: string

    The timestamp value as a string.

  • type: "date-time"

    Identifies this as a date-time type attribute.

Generated using TypeDoc