Initial commit - Event Planner application
This commit is contained in:
6
node_modules/@nestjs/common/interfaces/http/http-exception-body.interface.d.ts
generated
vendored
Normal file
6
node_modules/@nestjs/common/interfaces/http/http-exception-body.interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export type HttpExceptionBodyMessage = string | string[] | number;
|
||||
export interface HttpExceptionBody {
|
||||
message: HttpExceptionBodyMessage;
|
||||
error?: string;
|
||||
statusCode: number;
|
||||
}
|
||||
Reference in New Issue
Block a user