interface TagsObj {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string