Type Alias TagWithRelationshipBeta

TagWithRelationship: {
    os_tag: OsTag;
    os_workspace_relationship: WorkspaceRelationship;
}

Type representing a tag with its associated relationship.

Type declaration

  • Betaos_tag: OsTag

    The tag entity.

  • Betaos_workspace_relationship: WorkspaceRelationship

    The workspace relationship associated with the tag.