NEShopInfoResponse

negdkcc


negdkcc / NEShopInfoResponse

Type Alias: NEShopInfoResponse

NEShopInfoResponse = object

Defined in: data/NEShopInfoResponse.ts:6arrow-up-right

Represents the API response for fetching shop pack information.

Properties

data?

optional data: NEShopPack[]

Defined in: data/NEShopInfoResponse.ts:10arrow-up-right

Optional array of shop packs available in the store.


errorCode?

optional errorCode: number

Defined in: data/NEShopInfoResponse.ts:25arrow-up-right

Optional custom error code. A value of 0 or undefined indicates success.


message

message: string

Defined in: data/NEShopInfoResponse.ts:15arrow-up-right

A message describing the response status or any error.


status

status: number

Defined in: data/NEShopInfoResponse.ts:20arrow-up-right

The HTTP status code of the response.

Last updated