SPARQL Studio API / Yasqe / PlainRequestConfig
Type Alias: PlainRequestConfig
PlainRequestConfig =
{ [K in keyof RequestConfig<any>]: Exclude<RequestConfig<any>[K], Function> }
Defined in: sparql-utils/src/yasqe.ts:45
A RequestConfig with every getter function resolved to its plain value (persistable).