UNPKG

@withjoy/sdk-js

Version:
3 lines (2 loc) 170 B
import { ActiveAuth } from "../auth"; export declare function executeNamedQuery(activeAuth: ActiveAuth, queryName: string, payload: Record<string, any>): Promise<any>;