UNPKG

@finapi/finapi-js-loader

Version:

finAPI JS Loader

10 lines (9 loc) 260 B
import { Properties } from '../types'; export interface ModKLSProperties extends Properties { /** * Server URL of the Keyword Labeling Service * * @default https://di-labelling-finapi-general-live.finapi.io */ klsServer?: string; }