/** * Generic strings that could be used throughout the app. */ export enum AppString { APP_NAME = "Kickstart for time", VERSION = "0.1", }