@deep-foundation/deeplinks
Version:
[](https://www.npmjs.com/package/@deep-foundation/deeplinks) [](https://gitpod.io/#https://github.com/deep-fo
7 lines (6 loc) • 410 B
TypeScript
import { HasuraApi } from '@deep-foundation/hasura/api.js';
import { Id } from '../imports/minilinks';
export declare const api: HasuraApi;
export declare function deletePromiseResult(promiseResult: any, linkId?: any): Promise<void>;
export declare const deleteScheduleHandler: (handler: any) => Promise<void>;
export declare function getPromiseResults(deep: any, resultTypeId: Id, linkId: any): Promise<any>;