interface Silent {
    silent?: boolean;
}

Hierarchy (view full)

Properties

Properties

silent?: boolean

If true, the updatedAt timestamp will not be updated.

Default

false