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