UNPKG

@azure/storage-file-share

Version:
12 lines 574 B
import type { Pipeline } from "./Pipeline.js"; import { StorageClient } from "./StorageClient.js"; import type { ShareRestoreOptionalParams, ShareRestoreResponse } from "./generated/src/models/index.js"; /** * ShareClientInternal is the thin wrapper for Share which contains internal helper methods. */ export declare class ShareClientInternal extends StorageClient { private context; constructor(url: string, pipeline: Pipeline); restore(options?: ShareRestoreOptionalParams): Promise<ShareRestoreResponse>; } //# sourceMappingURL=ShareClientInternal.d.ts.map