/** * Reinstall Server model */ export type ReinstallServerModelDTO = { /** * Image slug of the image you want to reload the server with. Any image listed for the server location from /images is valid. */ imageSlug: string; };