export interface ExampleLabelDto {
  id: number;
  name: string;
  color?: string;
}
