Interface Document

The Document object defines a way of providing document data to the Ketch platform. The Document object can look like a Callback object which allows Ketch to download the document using a simple HTTP GET.

Hierarchy

Properties

Properties

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

Type declaration

  • [key: string]: string
url: string

Generated using TypeDoc