Interface County

A representation of a county

Export

County

interface County {
    countyId?: string;
    name?: string;
    stateInitial?: string;
}

Properties

countyId?: string

Memberof

County

name?: string

Memberof

County

stateInitial?: string

Memberof

County