/** * Generic strings that could be used throughout the app. */ export enum AppString { APP_NAME = "Kickstart for time", VERSION = "0.1", DEFAULT_ENDORSER_API_SERVER = 'https://endorser.ch:3000', DEFAULT_ENDORSER_VIEW_SERVER = 'https://endorser.ch' }