Documentation
    Preparing search index...

    Interface Paranoid

    interface Paranoid {
        paranoid?: boolean;
    }

    Hierarchy (View Summary)

    Index
    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.

    true