Type alias UnauthenticatedHeaders
UnauthenticatedHeaders: {
Accept: "application/vnd.hypothesis.v1+json";
Content-Length?: string;
Host?: string;
}
Type declaration
-
Accept: "application/vnd.hypothesis.v1+json"
-
Optional Content-Length?: string
-
Optional Host?: string