export interface TagBulkDeleteOptions {
    ids: string[];
    groupId: string;
}
