UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 295 B
/** Clone given Graylog dashboard */ export interface OutputGraylogDashboardDuplicateCreation { /** Description */ description: string; /** Stream ID */ streamId?: string; /** Title */ title: string; } //# sourceMappingURL=OutputGraylogDashboardDuplicateCreation.d.ts.map