UNPKG

@comunica/types

Version:

Typings module for Comunica

8 lines (7 loc) 235 B
import type * as RDF from '@rdfjs/types'; import type { IActionContext } from './IActionContext'; export type IDataDestination = string | RDF.Store | { type?: string; value: string | RDF.Store; context?: IActionContext; };