mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 13:11:17 +00:00
initial commit
This commit is contained in:
10
packages/aris-core/context.ts
Normal file
10
packages/aris-core/context.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface Location {
|
||||
lat: number
|
||||
lng: number
|
||||
accuracy: number
|
||||
}
|
||||
|
||||
export interface Context {
|
||||
time: Date
|
||||
location?: Location
|
||||
}
|
||||
Reference in New Issue
Block a user