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