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

Properties

Properties

id: string

A unique identifier for the term.

isNew?: boolean

Was the term newly-added to this resolver?

method: string

The fulfillment method.

term: DiceTerm

The term.