RemoveTagsFromCollectionRequest

interface RemoveTagsFromCollectionRequest {
    tags?: string[];
}

Properties

Properties

tags?: string[]

RemoveTagsFromCollectionRequest