mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
c5da152ddc
introduce internal roles which name starts with #internal: with RLS policies to make them read-only.
7 lines
248 B
TypeScript
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';
|