node-ovh-ts
Version:
OVH API wrapper library for TypeScript
10 lines (7 loc) • 333 B
TypeScript
import { DedicatedServerInstallationProgressStatusEnum } from './DedicatedServerInstallationProgressStatusEnum.js';
type DedicatedServerInstallationProgressSteps = {
comment?: string;
error?: string | null;
status?: DedicatedServerInstallationProgressStatusEnum;
};
export { DedicatedServerInstallationProgressSteps };