UNPKG

chaichai

Version:

[![NPM](https://img.shields.io/npm/v/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![npm downloads](https://img.shields.io/npm/dm/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeSc

14 lines (13 loc) 274 B
export interface ConfigType { version: string; vallarisUrl: string; jetstreamUrl: string; andamanUrl: string; } export interface datasetType { id: string; url: string[]; sourceLayer: number | string; info: any; style: any; }