DeriveFields interface

Field names to look for, where they are not the defaults.

Signature:

export interface DeriveFields 

Properties

Property

Modifiers

Type

Description

createdBy?

string

(Optional) Field holding the creating actor. Default createdBy.

deletedAt?

string

(Optional) Field marking a row soft-deleted. Default deletedAt.

deletedBy?

string

(Optional) Field holding the deleting actor. Default deletedBy.

updatedAt?

string

(Optional) Field holding the time of the last write. Default updatedAt.

updatedBy?

string

(Optional) Field holding the last updating actor. Default updatedBy.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.