Interface IQuerySourceUnidentifiedExpandedRawContext

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

Properties

Properties

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