export interface EmailRoutingPluginResponse {
    result: boolean;
}

export interface CheckEmailsPluginResponse {
    result: boolean;
}