-
Piotr Gawron authoredPiotr Gawron authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ErrorData.ts 260 B
export type ErrorData = {
url: string | null;
login: string | null;
email: string | null;
browser: string | null;
timestamp: number | null;
version: string | null;
comment: string | null;
stacktrace: string;
javaStacktrace: string | null;
};