UNPKG

bapig

Version:

Welcome to BAPIG, a powerful backend solution designed to streamline your development process. With over 40 built-in functionalities, BAPIG simplifies CRUD operations, facilitates authentication and encryption, handles communication tasks, and much more.

4 lines (3 loc) 217 B
import { controllerResponse, create, objectKey } from "../../types"; export declare const createObjectKeys: objectKey[]; export declare function createSingleDocument(document: create): Promise<controllerResponse>;