StringAttribute: {
    key: string;
    type: STRING;
    value: string;
}

Type declaration

  • key: string

    The attribute's unique identifier.

  • type: STRING

    Union discriminant.

  • value: string

    Any string value.