UNPKG

@tplc/business

Version:

11 lines (10 loc) 336 B
import type { LightMapConfig, MapDetail } from './types' /** * 获取地图配置列表 */ export declare const getMapConfigListApi: () => Promise<LightMapConfig[]> /** * 获取地图详细信息 * @param clockLightConfigId 地图配置ID */ export declare const getMapDetailApi: (clockLightConfigId: string) => Promise<MapDetail>