Interface State

A representation of a state

Export

State

interface State {
    name: string;
    stateInitial: string;
}

Properties

Properties

name: string

Memberof

State

stateInitial: string

Memberof

State