export type SetServerHostnameParams = { name: string | null; hostname: string | null; };