Type alias Tag

Tag: {
    name: string;
    sys: TagSys;
}

Properties for a single content tag definition

See

CDA documentation on Content Tags

Type declaration