UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 230 B
import { Tag } from "../../Tags"; import { PropertyValue } from "../PropertyValue"; export declare class TagsPropertyValue extends PropertyValue { tags: Array<Tag>; constructor(tags: Array<Tag>); isEmpty(): boolean; }