Package version:

Type Alias CopyPollerBlobClient

CopyPollerBlobClient: Pick<BlobClient, "abortCopyFromURL" | "getProperties"> & {
    startCopyFromURL(copySource: string, options?: BlobStartCopyFromURLOptions): Promise<BlobBeginCopyFromURLResponse>;
}

Defines the operations from a BlobClient that are needed for the poller returned by BlobClient.beginCopyFromURL to work.