import {CustomWebpackBuilderConfig} from "./custom-webpack-builder-config";

export interface CustomWebpackSchema {
	customWebpackConfig: CustomWebpackBuilderConfig;
}




