export interface Schema { name: string; project: string; fields: string | string[]; }