export default interface INodePlatformConfig {
    version?: number;
    npmAudit?: boolean;
    timezone?: string;
    mirror?: boolean;
}
