export default interface INextPlatformConfig {
    mirror: boolean;
    modifyConfig: boolean;
    nodeVersion: string;
}
