UNPKG

knack-object-api

Version:

Object based api calls in Knack

4 lines (3 loc) 120 B
import { getSettings } from "../types"; declare const get: (settings: getSettings) => Promise<any>; export default get;