interface IAnnotatedBinding {
    bindings: Bindings;
    hash: string;
    result: (undefined | Term)[];
}

Properties

Properties

bindings: Bindings
hash: string
result: (undefined | Term)[]