import { Severity } from "."; export default class Message { text?: string; user?: string; severity?: Severity; }