Type Alias OntologyTagsBeta

OntologyTags: {
    tag_name: string;
    tag_value: string;
    target_name: string;
    target_type: string;
}

Type representing tags associated with an ontology.

Type declaration

  • Betatag_name: string

    The name of the tag.

  • Betatag_value: string

    The value of the tag.

  • Betatarget_name: string

    The target name of the tag.

  • Betatarget_type: string

    The target type of the tag.