UNPKG

@sap-ux/btp-utils

Version:

Library to simplify working with SAP BTP specific features especially in SAP Business Application

8 lines 192 B
/** * Enumeration of environment variables used in AppStudio */ export declare enum ENV { PROXY_URL = "HTTP_PROXY", H2O_URL = "H2O_URL" } //# sourceMappingURL=app-studio.env.d.ts.map