export interface OpenAppLocalization { /** * strings in step up page */ openApp: { /** * open app page title */ title: string; /** * open app page title */ description: string; /** * open app page "open" button text */ buttonText: string; /** * back to login button text */ backToLogin: string; }; }