mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
incr: add platform field
This commit is contained in:
parent
591b02ef9e
commit
88f44692d6
@ -19,11 +19,13 @@ export interface Locale {
|
||||
export type Count = Partial<{
|
||||
[key in DoctypeName]: number;
|
||||
}>;
|
||||
export type Platform = 'Windows' | 'Mac' | 'Linux';
|
||||
|
||||
export interface Telemetry {
|
||||
deviceId: UniqueId;
|
||||
instanceId: UniqueId;
|
||||
openTime: Timestamp;
|
||||
platform?: Platform;
|
||||
closeTime: Timestamp;
|
||||
timeline?: InteractionEvent[];
|
||||
counts?: Count;
|
||||
|
Loading…
Reference in New Issue
Block a user