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

    Interface ZFSResourceSnapshotCloneQuery

    interface ZFSResourceSnapshotCloneQuery {
        dataset: string;
        properties?: { [k: string]: string | number };
        snapshot: string;
    }
    Index
    dataset: string
    properties?: { [k: string]: string | number }
    snapshot: string