import { RebootTypeEnum } from './instance/RebootTypeEnum';
/** Missing description */
export interface ProjectInstanceRebootCreation {
    /** Reboot type (default soft) */
    type: RebootTypeEnum;
}
//# sourceMappingURL=ProjectInstanceRebootCreation.d.ts.map