Type Alias Transitions

Transitions: {
    [key: string]: StateTarget<Transitions>;
}

Maps state to allowable next states