@reportfy/apm
Version:
Pacote para utilização de apm do reportfy.com.br
24 lines • 506 B
TypeScript
export interface StackError {
message: string;
stack: Object;
}
export interface EventError {
origin: string;
message: string;
stack: Object;
type?: string;
}
export interface ErrorHttpRequest {
diffTime: number;
path: string;
host: string;
url: string;
method: string;
query?: Object;
params?: Object;
body: Object | string;
senderBody: Object | string;
headers: Object | string;
statusCode: number;
}
//# sourceMappingURL=error.d.ts.map