Interface Callback

The Callback object defines a URL and associated headers to be used for communicating information. The protocol for communicating with the Callback is defined for every object that uses the Callback.

Hierarchy

Properties

Properties

headers: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
url: string

Generated using TypeDoc