interface Transition {
    feedback: string;
    nextId: string;
}

Properties

Properties

feedback: string
nextId: string