Interface ITag

interface ITag {
    id: string;
    type?: string;
}

Properties

Properties

id: string
type?: string