interface DiceTermFulfillmentDescriptor {
    id: string;
    term: DiceTerm;
    method: string;
    isNew: boolean;
}

Properties

Properties

id: string

A unique identifier for the term.

term: DiceTerm

The term.

method: string

The fulfillment method.

isNew: boolean

Was the term newly-added to this resolver?