export interface WidgetTermsTranslation {
    sourceHash: string;
    text: string;
}
