Skip to content

Commit

Permalink
fix Crashes typing
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Oct 5, 2023
1 parent b0cfffa commit e368f7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appcenter-crashes/Crashes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ export class ErrorAttachmentLog {

export class ExceptionModel {
wrapperSdkName: string;
innerException: ExceptionModel[];
type: string;
message: string;
stacktrace: string;
stackTrace: string;
public static createFromError(error: Error): ExceptionModel;
public static createFromTypeAndMessage(type: string, message: string, stacktrace: string): ExceptionModel;
}
Expand Down

0 comments on commit e368f7f

Please sign in to comment.