switch to using api functions over mreq

This commit is contained in:
Cadence Ember
2023-05-08 23:37:51 +12:00
parent 7ee04d085f
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
}
}