Skip to content

Instantly share code, notes, and snippets.

View simlevesque's full-sized avatar

Simon Lévesque simlevesque

  • Montréal, Québec, Canada
  • 20:36 (UTC -04:00)
View GitHub Profile
@simlevesque
simlevesque / android-acra.ts
Last active June 30, 2022 17:35
Android ACRA report typescript definition
export interface AcraReport<T = unknown> {
REPORT_ID: string;
APP_VERSION_CODE: number;
APP_VERSION_NAME: string;
PACKAGE_NAME: string;
FILE_PATH: string;
PHONE_MODEL: string;
BRAND: string;
PRODUCT: string;
ANDROID_VERSION: string;