export interface TagGetByLabelOptions {
    groupId: string;
    language?: string;
    label: string
}