export type GetWebappTranslationCallback = (s: string, data?: Record<string, any>) => string;
