Interface ISecretRequest

Hierarchy

  • ISecretRequest

Properties

Properties

cancel: ((reason: string) => void)

Type declaration

    • (reason: string): void
    • Parameters

      • reason: string

      Returns void

promise: Promise<string>
requestId: string

Generated using TypeDoc