export interface MetaAttribute {
  name: string;
  id: number;
}
