switch to using api functions over mreq

This commit is contained in:
Cadence Ember 2023-05-08 23:37:51 +12:00
commit 3bc29def41
9 changed files with 64 additions and 31 deletions

4
types.d.ts vendored
View file

@ -54,4 +54,8 @@ namespace R {
access_token: string
device_id: string
}
export type EventSent = {
event_id: string
}
}