export type SchemaFieldAttributes = {
  [k: string]: string;
};
