UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 171 B
import { CloudStackContent } from './CloudStackContent.js'; type CloudStackStep = { content?: CloudStackContent[]; title?: string; }; export { CloudStackStep };