0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
logto/packages/schemas/src/index.ts
Gao Sun c5da152ddc
refactor: hide internal roles for user tenants
introduce internal roles which name starts with #internal:
with RLS policies to make them read-only.
2023-03-09 00:07:33 +08:00

7 lines
248 B
TypeScript

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';
export * from './utils/index.js';