UNPKG

@resin/pinejs

Version:

Pine.js is a sophisticated rules-driven API engine that enables you to define rules in a structured subset of English. Those rules are used in order for Pine.js to generate a database schema and the associated [OData](http://www.odata.org/) API. This make

15 lines (14 loc) 452 B
export function setup(app: import("express").Application, sbvrUtils: typeof import("../sbvr-api/sbvr-utils")): void | PromiseLike<void>; export namespace config { export const models: { apiRoot: string; modelText: any; customServerCode: { setup: typeof setup; }; migrations: { '11.0.0-modified-at': string; }; }[]; } export let addModelHooks: (modelName: string) => void;