UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

20 lines (17 loc) 526 B
import { DbaasLogsOperationStateEnum } from './DbaasLogsOperationStateEnum.js'; type DbaasLogsOperation = { aliasId?: string | null; createdAt?: Date; dashboardId?: string | null; indexId?: string | null; inputId?: string | null; kibanaId?: string | null; operationId?: string; osdId?: string | null; roleId?: string | null; state?: DbaasLogsOperationStateEnum; streamId?: string | null; tokenId?: string | null; updatedAt?: Date | null; }; export { DbaasLogsOperation };