export interface IEmailSettings {
    feedbackContent: string;
}
