Type Alias: OutcomeLookup
type OutcomeLookup = {
key?: string;
name: string;
recommendationKey?: string;
};
Options to target outcomes for retrieval or deletion.
Properties
| Property | Type |
|---|---|
key? |
string |
name |
string |
recommendationKey? |
string |