export interface BootAsyncSchema {
  project: string;
  async: boolean;
}
