SoftDeleteFindByIdOptions: FindByIdOptions<T> & { withDeleted?: boolean }

Options for finding a single soft delete entity by its id.

Type Parameters

Type declaration

  • OptionalwithDeleted?: boolean

    Whether or not soft deleted entities should be included.