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

    Interface ZFSResourceSnapshotHoldQuery

    interface ZFSResourceSnapshotHoldQuery {
        path: string;
        recursive?: boolean;
        tag?: string;
    }
    Index
    path: string
    recursive?: boolean
    tag?: string