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

    Interface ZFSResourceSnapshotReleaseQuery

    interface ZFSResourceSnapshotReleaseQuery {
        path: string;
        recursive?: boolean;
        tag?: string | null;
    }
    Index
    path: string
    recursive?: boolean
    tag?: string | null