DateAttribute: {
    key: string;
    type: DATE;
    value: string;
}

Type declaration

  • key: string

    The attribute's unique identifier.

  • type: DATE

    Union discriminant.

  • value: string

    A valid ISO 8601 date string. It's consumer responsibility to parse it.