negdkcc
negdkcc / NEUserPetResponse
NEUserPetResponse = object
object
Defined in: data/NEUserPetResponse.ts:6arrow-up-right
Represents the API response when fetching a user's pets.
optional data: NEUserPet[]
optional
NEUserPet
Defined in: data/NEUserPetResponse.ts:10arrow-up-right
Optional array of user's pets.
optional errorCode: number
number
Defined in: data/NEUserPetResponse.ts:25arrow-up-right
Optional custom error code. A value of 0 or undefined indicates success.
message: string
string
Defined in: data/NEUserPetResponse.ts:15arrow-up-right
A message describing the response status or any error.
status: number
Defined in: data/NEUserPetResponse.ts:20arrow-up-right
The HTTP status code of the response.
Last updated 8 months ago