Skip to content

Commit ff00b25

Browse files
fix: revert change to model type
1 parent 970f481 commit ff00b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/nestjs/zenstack.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface ZenStackModuleOptions {
1212
/**
1313
* A callback for getting an enhanced `PrismaClient`.
1414
*/
15-
getEnhancedPrisma: (model?: string ) => unknown;
15+
getEnhancedPrisma: (model?: string | symbol ) => unknown;
1616
}
1717

1818
/**

0 commit comments

Comments
 (0)