export type FetchedMessage = { title: string; subTitle: string; content: string; actionButtonText: string; image: string; };