Skip to content

Commit

Permalink
Add Prisma type to common exports
Browse files Browse the repository at this point in the history
  • Loading branch information
FyreByrd committed Oct 24, 2024
1 parent 4616cba commit d6b10bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/SIL.AppBuilder.Portal/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export { default as DatabaseWrites } from './databaseProxy/index.js';
export { readonlyPrisma as prisma } from './prisma.js';
export { Workflow } from './workflow/index.js';
export * as BuildEngine from './build-engine-api/index.js';
export type { Prisma } from '@prisma/client';

0 comments on commit d6b10bc

Please sign in to comment.