UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 307 B
import { DbaasLogsHelperSection } from './DbaasLogsHelperSection.js'; import './DbaasLogsHelperSectionNameEnum.js'; type DbaasLogsHelper = { description?: string; engineId?: string; helperId?: string; sections?: DbaasLogsHelperSection[]; title?: string; }; export { DbaasLogsHelper };