UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 212 B
type DbaasLogsDashboard = { createdAt?: Date; dashboardId?: string; description?: string; isEditable?: boolean; title?: string; updatedAt?: Date | null; }; export { DbaasLogsDashboard };