0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00
logto/packages/schemas/src/index.ts

7 lines
214 B
TypeScript
Raw Normal View History

2022-11-21 11:24:02 +08:00
export * from './foundations/index.js';
export * from './db-entries/index.js';
export * from './types/index.js';
export * from './api/index.js';
export * from './seeds/index.js';
export * from './consts/index.js';