interface Paranoid {
    paranoid?: boolean;
}

Hierarchy (view full)

Properties

Properties

paranoid?: boolean

If true, only non-deleted records will be returned. If false, both deleted and non-deleted records will be returned.

Only applies if InitOptions.paranoid is true for the model.

Default

true