@truenas/api-client
    Preparing search index...

    Interface ZFSResourceSnapshotDestroyQuery

    interface ZFSResourceSnapshotDestroyQuery {
        all_snapshots?: boolean;
        defer?: boolean;
        path: string;
        recursive?: boolean;
    }
    Index
    all_snapshots?: boolean
    defer?: boolean
    path: string
    recursive?: boolean