diff --git a/docs/content/2.api/1.utils.md b/docs/content/2.api/1.utils.md index 18a56fc..c97dccc 100644 --- a/docs/content/2.api/1.utils.md +++ b/docs/content/2.api/1.utils.md @@ -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) => void` | false | Schema Hooks Function to customize Model |