ApiKeyHeaders: {
    Accept: "application/vnd.hypothesis.v1+json";
    Authorization: string;
    Content-Length?: string;
    Host?: string;
}

Type declaration

  • Accept: "application/vnd.hypothesis.v1+json"
  • Authorization: string
  • Optional Content-Length?: string
  • Optional Host?: string

Generated using TypeDoc