/** Graylog dahsboard update */
export interface OutputGraylogDashboardUpdate {
    /** Description */
    description: string;
    /** Title */
    title: string;
}
//# sourceMappingURL=OutputGraylogDashboardUpdate.d.ts.map