Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReserveCallbacks

Hierarchy

  • ReserveCallbacks

Index

Properties

Optional onCall

onCall: undefined | ((t: any) => void)

onCreated

onCreated: (r: any) => void

Type declaration

    • (r: any): void
    • Parameters

      • r: any

      Returns void

onError

onError: (e: Error) => void

Type declaration

    • Parameters

      Returns void

onSuccess

onSuccess: (o: any) => void

Type declaration

    • (o: any): void
    • Parameters

      • o: any

      Returns void

Generated using TypeDoc