Files
neta/server/db/schema/index.ts
T

6 lines
132 B
TypeScript

export * from "./auth";
export * from "./domain";
export * from "./runtime";
export * from "./settings";
export * from "./storage";