Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

SoftDeletableEntity

Representing a deletable entity.

Properties

idstringRequired
The ID of an entity's record.
created_atDateRequired
The date an entity's record was created.
updated_atDateRequired
The date an entity's record was updated.
deleted_atnull | DateRequired
The date an entity's record was deleted.
Was this section helpful?