export interface IMessage { shortText: string; longText: string; locale: string; }