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

    Interface PoolSnapshotRenameOptions

    interface PoolSnapshotRenameOptions {
        force?: boolean;
        new_name: string;
    }
    Index
    force?: boolean
    new_name: string