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.
8 lines (7 loc) • 315 B
TypeScript
import { controllerResponse } from '../types';
/**
* Function to retrieve all table schemas.
* @returns {controllerResponse} Returns success and message containing schemas if successful; otherwise, returns an error message.
*/
declare function getAllSchema(): controllerResponse;
export { getAllSchema };