Type alias GetAccountOwnedObjectsResponse

GetAccountOwnedObjectsResponse: GetAccountOwnedObjectsQuery["current_objects"]

CUSTOM RESPONSE TYPES FOR THE END USER

To provide a good dev exp, we build custom types derived from the query types to be the response type the end developer/user will work with.

These types are used as the return type when calling a sdk api function that calls the function that queries the server (usually under the /api/ folder)

Generated using TypeDoc