node-ovh-ts
Version:
OVH API wrapper library for TypeScript
10 lines (7 loc) • 438 B
TypeScript
import { DedicatedServerBiosSettingsSgxPrmrrEnum } from './DedicatedServerBiosSettingsSgxPrmrrEnum.js';
import { DedicatedServerBiosSettingsSgxStatusEnum } from './DedicatedServerBiosSettingsSgxStatusEnum.js';
type DedicatedServerBiosSettingsSupportSgxOptions = {
prmrr?: DedicatedServerBiosSettingsSgxPrmrrEnum[];
status?: DedicatedServerBiosSettingsSgxStatusEnum[];
};
export { DedicatedServerBiosSettingsSupportSgxOptions };