export interface Schema { name: string; directory?: string; tags?: string; skipFormat?: boolean; withDeploy: boolean; }