Files
bknd/app/src/index.ts

12 lines
297 B
TypeScript

export { App, createApp, AppEvents, type AppConfig, type CreateAppConfig } from "./App";
export {
getDefaultConfig,
getDefaultSchema,
type ModuleConfigs,
type ModuleSchemas
} from "modules/ModuleManager";
export type * from "./adapter";
export { Api, type ApiOptions } from "./Api";