export interface WebWorkerGeneratorOptions {
  name: string;
  project: string;
  path?: string;
  skipFormat?: boolean;
  snippet?: boolean;
}
