Skip to content

Commit 970f481

Browse files
refactor: replace prop with model
1 parent aee73cc commit 970f481

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: (prop?: string | symbol) => unknown;
15+
getEnhancedPrisma: (model?: string ) => unknown;
1616
}
1717

1818
/**

0 commit comments

Comments
 (0)