Interface Transition

interface Transition {
    action: string;
    to: string;
}

Properties

Properties

action: string
to: string