UNPKG

knack-object-api

Version:

Object based api calls in Knack

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