UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 212 B
import { Content } from './Content'; /** Step */ export interface Step { /** Content of the step */ content: Content[]; /** Title of the step */ title: string; } //# sourceMappingURL=Step.d.ts.map