UNPKG

@deep-foundation/deeplinks

Version:

[![npm](https://img.shields.io/npm/v/@deep-foundation/deeplinks.svg)](https://www.npmjs.com/package/@deep-foundation/deeplinks) [![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-fo

11 lines (10 loc) 396 B
import { HasuraApi } from '@deep-foundation/hasura/api.js'; import { Id } from '../minilinks.js'; export declare const api: HasuraApi; export declare const insertPromise: (scheduleId: Id) => Promise<{ id: any; thenId: any; }>; export declare function handleScheduleMomemt(moment: any): Promise<void>; declare const _default: (req: any, res: any) => Promise<any>; export default _default;