add invite staff

This commit is contained in:
2024-10-27 16:48:56 +07:00
parent cb6a210308
commit 1a7b5a5fb6
6 changed files with 81 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ export interface SchemaContext {
generator: PrismaCrudGenerator<BuilderTypes>;
}
// extend prisma types to contain string type
export interface SchemaBuilderOption {
Context: SchemaContext;
PrismaTypes: PrismaTypes;