interface Tag {
    name: string;
    sys: TagSysProps;
    delete(): Promise<void>;
    toPlainObject(): TagProps;
    update(): Promise<Tag>;
}

Hierarchy (view full)

Properties

Methods

Properties

name: string
sys: TagSysProps

Methods