UNPKG

burger-api

Version:

<div align="center"> <a href="https://burger-api.com"> <img src="https://github.com/user-attachments/assets/0d9b376e-1d89-479a-aa7f-e7ee3c6b2342" alt="BurgerAPI"/> </a> </div>

13 lines (12 loc) 254 B
/** * The method not allowed response */ export declare const METHOD_NOT_ALLOWED: Response; /** * The not found response */ export declare const NOT_FOUND: Response; /** * The OpenAPI error response */ export declare const OPENAPI_ERROR: Response;