Type alias Tag

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

Properties for a single content tag definition

Type declaration