Files
super-app/App/common/constants/BuildConfigConstants.ts
2024-10-24 13:15:52 +00:00

7 lines
160 B
TypeScript

export enum BuildConfigConstants {
BASE_URL = "baseUrl",
APP_VERSION_NAME = "appVersionName",
APP_VERSION_CODE = "appVersionCode",
FLAVOR = "flavor",
}