interface ExecutionOutcomeWithId {
    id: string;
    outcome: ExecutionOutcome;
}

Properties

Properties

id: string