@nx/expo
Version:
4 lines • 343 B
TypeScript
import type { Tree } from '@nx/devkit';
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
export declare function processSubmitOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
//# sourceMappingURL=process-submit-options.d.ts.map