export interface Schema { project?: string; all?: boolean; reformat?: boolean; skipFormat?: boolean; }