Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateRequestCallback

Hierarchy

  • StateRequestCallback

Index

Properties

Properties

id

id: string

reject

reject: (Error: any) => void

Type declaration

    • (Error: any): void
    • Parameters

      • Error: any

      Returns void

resolve

resolve: (any: any) => void

Type declaration

    • (any: any): void
    • Parameters

      • any: any

      Returns void

Generated using TypeDoc