interface UpdateTagParameters {
    tagsToAdd?: string[];
    tagsToRemove?: string[];
}

Properties

tagsToAdd?: string[]
tagsToRemove?: string[]