UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 225 B
/** New Graylog dashboard */ export interface OutputGraylogDashboardCreation { /** Description */ description: string; /** Title */ title: string; } //# sourceMappingURL=OutputGraylogDashboardCreation.d.ts.map