Home > @opennd/lib > PrismaCreateBuilder > (constructor)
PrismaCreateBuilder.(constructor)
Constructs a new instance of the PrismaCreateBuilder class
Signature:
typescript
constructor(source?: T, create?: Record<string, any>);Parameters
Parameter | Type | Description |
|---|---|---|
source | T | (Optional) |
create | Record<string, any> | (Optional) |