export interface TitleMessage {
    readonly title: string;
}
