buster/packages/database/src/queries/dashboards/index.ts

12 lines
234 B
TypeScript

export {
getChatDashboardFiles,
type DashboardFileContext,
type DashboardFile,
} from './dashboards';
export {
getDashboardTitle,
GetDashboardTitleInputSchema,
type GetDashboardTitleInput,
} from './get-dashboard-title';