Skip to content

Commit

Permalink
docs(utils): fix model options type
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jul 9, 2023
1 parent 52a5ae9 commit 3ff9756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.api/1.utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This function creates a new Mongoose model with schema. Example usage:
| ---------------------------- | ----------- | ----------- | ----- |
| `name` | `string` | true | Name of Model |
| `schema` | `SchemaDefinition` | true | Schema Definition of Model |
| `options` | `SchemaDefinition` | false | Schema Options for Model |
| `options` | `SchemaOptions` | false | Schema Options for Model |
| `hooks` | `(schema: Schema<T>) => void` | false | Schema Hooks Function to customize Model |


Expand Down

0 comments on commit 3ff9756

Please sign in to comment.