Skip to main content

Interface: IResponse

The base interface for all response structures. Similar to IRequest, it provides a foundational structure for API responses, enabling consistent handling and processing of data returned from API calls. Extend this interface to define specific properties for different responses.

IResponse

Hierarchy