Type alias IDataDestination

IDataDestination: string | RDF.Store | {
    context?: IActionContext;
    type?: string;
    value: string | RDF.Store;
}

Type declaration

  • Optional context?: IActionContext
  • Optional type?: string
  • value: string | RDF.Store