UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 287 B
import { HostingWebOwnLogsStatusEnum } from './HostingWebOwnLogsStatusEnum.js'; type HostingWebOwnLogs = { fqdn?: string; id?: number; logs?: string; stats?: string; status?: HostingWebOwnLogsStatusEnum; taskId?: number | null; }; export { HostingWebOwnLogs };