chore: small tsdoc update to dml float property. (#10576)

This commit is contained in:
Shahed Nasser
2024-12-12 15:32:22 +02:00
committed by GitHub
parent 96648523e0
commit 7f669b8c5f

View File

@@ -253,6 +253,12 @@ export class EntityBuilder {
/**
* This method defines a float property that allows for
* values with decimal places
*
* :::note
*
* This property is only available after Medusa v2.1.2.
*
* :::
*
* @example
* import { model } from "@medusajs/framework/utils"