UNPKG

@plasosdk/client-sdk

Version:

Plaso教育平台的客户端SDK

18 lines (17 loc) 405 B
import { Environment } from './environment'; export declare enum PlasoContentType { NHOMEWORK = "nhomework", LIVECLASS = "liveclass", MAIN = "main" } export declare const getUrlConfigMap: (mode: Environment, platform: string) => { nhomework: { baseUrl: string; }; liveclass: { baseUrl: string; }; main: { baseUrl: string; }; };