Documentation
    Preparing search index...

    Interface TruncateTableQueryOptions

    interface TruncateTableQueryOptions {
        cascade?: boolean;
        restartIdentity?: boolean;
    }

    Hierarchy (View Summary)

    Index
    cascade?: boolean
    restartIdentity?: boolean