UNPKG

datadirect

Version:
7 lines (6 loc) 281 B
import * as Endpoint from '../../Endpoint.js'; import { Payload } from './ProviderList/Payload.js'; export * from './ProviderList/Payload.js'; export * from './ProviderList/Response.js'; /** List available Learning Tools */ export declare const prepare: Endpoint.Prepare<Payload>;