Last updated
negdkcc
negdkcc / NEShopInfoResponse
NEShopInfoResponse =
object
Defined in: data/NEShopInfoResponse.ts:6
Represents the API response for fetching shop pack information.
optionaldata:NEShopPack[]
Defined in: data/NEShopInfoResponse.ts:10
Optional array of shop packs available in the store.
optionalerrorCode:number
Defined in: data/NEShopInfoResponse.ts:25
Optional custom error code. A value of 0 or undefined indicates success.
message:
string
Defined in: data/NEShopInfoResponse.ts:15
A message describing the response status or any error.
status:
number
Defined in: data/NEShopInfoResponse.ts:20
The HTTP status code of the response.
Last updated