UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

4 lines (3 loc) 185 B
import { Environment } from "../types"; export declare const getMadCommonScopes: (env: Environment) => string[]; export declare const getMadCommonBaseUrl: (env: Environment) => string;