export default interface FormMessage {
    title: string;
    subtitle: string;
    buttonText: string;
    buttonUrl?: string;
}
