export interface TerminalOpenResponse { /** * CSRF token */ csrf: string; /** * Default value of country by ISO alpha-2 */ defaultCountryISOCode: string; }