UNPKG

api-interface

Version:
6 lines (5 loc) 130 B
import { KV } from '../../types'; declare const _default: (param: KV) => Promise<{ state: string; }>; export = _default;