@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 393 B
TypeScript
import { GenericProductDefinition } from '../../order/cart/GenericProductDefinition';
/** All possible detachment offers for the given service options */
export interface DetachOptionsDefinition {
/** Possible options for the given service */
plans: GenericProductDefinition[];
/** ID of the service */
serviceId: number;
}
//# sourceMappingURL=DetachOptionsDefinition.d.ts.map