/** Payload for updating a tag */ export interface TagUpdate { /** User defined display name for the tag. Must be unique within the iTwin. */ displayName: string; }