export type VmUserAccountConfig = { uid: number; gid: number; username: string; homedir: string; shell: string; gecos?: string; supplementaryGids: Array; };