UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 270 B
import { HelperSectionNameEnum } from './HelperSectionNameEnum'; /** Helper section */ export interface HelperSection { /** Section content */ content: string; /** Section name */ name: HelperSectionNameEnum; } //# sourceMappingURL=HelperSection.d.ts.map