2025-05-06 16:57:11 +00:00

6 lines
144 B
TypeScript

export interface WasmPackExecutorSchema {
['target-dir']: string;
target: 'bundler' | 'nodejs' | 'web' | 'no-module';
release: boolean;
}