File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 "jsonref" : " ^9.0.0"
5858 },
5959 "devDependencies" : {
60- "@types/inflection" : " ^1.13.0" ,
6160 "@types/jsonld" : " ^1.5.0" ,
6261 "@types/node" : " ^22.0.0" ,
6362 "@vitest/coverage-v8" : " 3.2.2" ,
64- "globals" : " ^15.14.0" ,
6563 "msw" : " ^2.9.0" ,
6664 "openapi-types" : " ^12.0.0" ,
6765 "oxlint" : " ^1.1.0" ,
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ import type { RequestInitExtended } from "../types.js";
44const jsonLdMimeType = "application/ld+json" ;
55const jsonProblemMimeType = "application/problem+json" ;
66
7- export interface RejectedResponseDocument {
7+ interface RejectedResponseDocument {
88 response : Response ;
99}
1010
11- export interface EmptyResponseDocument {
11+ interface EmptyResponseDocument {
1212 response : Response ;
1313}
1414
15- export interface ResponseDocument extends RemoteDocument {
15+ interface ResponseDocument extends RemoteDocument {
1616 response : Response ;
1717 body : Document ;
1818}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export interface ExpandedRdfProperty {
9090 ] ;
9191}
9292
93- export interface ExpandedSupportedProperty {
93+ interface ExpandedSupportedProperty {
9494 "@type" : [ "http://www.w3.org/ns/hydra/core#SupportedProperty" ] ;
9595 "http://www.w3.org/ns/hydra/core#title" : [
9696 {
You can’t perform that action at this time.
0 commit comments