steamapi
Version:
A nice Steam API wrapper.
40 lines (20 loc) • 1.06 kB
Markdown
[**steamapi**](../README.md)
***
[steamapi](../README.md) / State
# Interface: State
Defined in: [structures/Locations.ts:12](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L12)
## Properties
### countrycode
> **countrycode**: `string`
Defined in: [structures/Locations.ts:14](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L14)
Two letter code representing the country of this state
***
### statecode
> **statecode**: `string`
Defined in: [structures/Locations.ts:17](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L17)
Number representing the state. Can have leading 0s and must be kept as a string
***
### statename
> **statename**: `string`
Defined in: [structures/Locations.ts:20](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L20)
Human readable name of the state