4 lines
127 B
TypeScript
Executable File
4 lines
127 B
TypeScript
Executable File
//#region src/utils/response.d.ts
|
|
declare const RESPONSE_ALREADY_SENT: Response;
|
|
//#endregion
|
|
export { RESPONSE_ALREADY_SENT }; |