mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
public commit
This commit is contained in:
21
app/src/modules/index.ts
Normal file
21
app/src/modules/index.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import * as prototype from "data/prototype";
|
||||
export { prototype };
|
||||
|
||||
export { AppAuth } from "auth/AppAuth";
|
||||
export { AppData } from "data/AppData";
|
||||
export { AppMedia, type MediaFieldSchema } from "media/AppMedia";
|
||||
export { AppFlows, type AppFlowsSchema } from "flows/AppFlows";
|
||||
export {
|
||||
type ModuleConfigs,
|
||||
type ModuleSchemas,
|
||||
MODULE_NAMES,
|
||||
type ModuleKey
|
||||
} from "./ModuleManager";
|
||||
export { /*Module,*/ type ModuleBuildContext } from "./Module";
|
||||
|
||||
export {
|
||||
type PrimaryFieldType,
|
||||
type BaseModuleApiOptions,
|
||||
type ApiResponse,
|
||||
ModuleApi
|
||||
} from "./ModuleApi";
|
||||
Reference in New Issue
Block a user