UNPKG

datadirect

Version:
7 lines (6 loc) 265 B
import * as Endpoint from '../../Endpoint.js'; import { Payload } from './Edit/Payload.js'; export * from './Edit/Payload.js'; export * from './Edit/Response.js'; /** Add a Learning Tool widget to a topic */ export declare const prepare: Endpoint.Prepare<Payload>;