export interface VuexGeneratorSchema {
  project: string;
  skipFormat: boolean;
}
