import { Properties } from'../types';
exportinterfaceModFeedbackServicePropertiesextendsProperties {
/**
* Server URL of the internal API of the Feedback Service
*
* @default https://di-feedback-finapi-general-live.finapi.io/
*/feedbackServiceInternalServer?: string;
}