UNPKG

@inrupt/experimental-graphql-directives-linked-data

Version:
6 lines (5 loc) 126 B
import type { Term } from "@rdfjs/types"; export interface Source { __node?: Promise<Term>; [argName: string]: any; }