zibri
    Preparing search index...
    SoftDeleteByIdOptions: DeleteByIdOptions & { hardDelete?: boolean }

    Options for deleting a soft delete entity by its id.

    Type Declaration

    • OptionalhardDelete?: boolean

      Whether or not to "actual" delete entities, rather than marking them as deleted.