Skip to main content

Interface: ApiKeyRoute

Represents a route configuration for operations involving API keys. This interface extends IRoute, providing a structure for requests and responses related to API keys, as well as specifying the headers required for these operations.

ApiKeyRoute

Hierarchy

Properties

headers

headers: ApiKeyHeaders

The required headers for API key operations, specified by the ApiKeyHeaders interface.

Overrides

IRoute.headers

Defined in

lib/types/api-key/health-check.ts:45


request

request: Object

The type of the request data. It is intentionally broad to accommodate various operations related to API keys.

Overrides

IRoute.request

Defined in

lib/types/api-key/health-check.ts:43


response

response: ApiKeyResponse

The expected response structure for the API key operations, adhering to the ApiKeyResponse interface.

Overrides

IRoute.response

Defined in

lib/types/api-key/health-check.ts:44