export class TagListResponse {
  private constructor(
    public tags: string[],
  ) {}