import type { OperationOptions } from "@azure-rest/core-client"; /** Optional parameters. */ export interface RestorableTableResourcesListOptionalParams extends OperationOptions { /** The location where the restorable resources are located. */ restoreLocation?: string; /** The timestamp when the restorable resources existed. */ restoreTimestampInUtc?: string; } //# sourceMappingURL=options.d.ts.map