Interface IQuerySourceUnidentifiedExpandedRawContext

interface IQuerySourceUnidentifiedExpandedRawContext {
    context?: Record<string, any>;
    type?: string;
    value: string | Source<Quad> | Store<Quad>;
}

Properties

Properties

context?: Record<string, any>
type?: string
value: string | Source<Quad> | Store<Quad>