UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 261 B
import { CloudStackContent } from './CloudStackContent.js'; import { CloudStackStep } from './CloudStackStep.js'; type CloudStackSection = { content?: CloudStackContent[]; steps?: CloudStackStep[]; title?: string; }; export { CloudStackSection };