Files
PayDirt/node_modules/@azure/keyvault-keys/dist/browser/lro/delete/poller.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

11 lines
538 B
TypeScript

import type { DeleteKeyPollOperationState } from "./operation.js";
import type { DeletedKey } from "../../keysModels.js";
import type { KeyVaultKeyPollerOptions } from "../keyVaultKeyPoller.js";
import { KeyVaultKeyPoller } from "../keyVaultKeyPoller.js";
/**
* Class that creates a poller that waits until a key finishes being deleted.
*/
export declare class DeleteKeyPoller extends KeyVaultKeyPoller<DeleteKeyPollOperationState, DeletedKey> {
constructor(options: KeyVaultKeyPollerOptions);
}
//# sourceMappingURL=poller.d.ts.map