UNPKG

steamapi

Version:
32 lines (16 loc) 737 B
[**steamapi**](../README.md) *** [steamapi](../README.md) / AppBase # Interface: AppBase Defined in: [structures/AppBase.ts:2](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/AppBase.ts#L2) An object representing a steam app with only its name and ID ## Properties ### appid > **appid**: `number` Defined in: [structures/AppBase.ts:4](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/AppBase.ts#L4) This app's ID *** ### name > **name**: `string` Defined in: [structures/AppBase.ts:7](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/AppBase.ts#L7) This app's name