mirror of
https://github.com/rxliuli/apps.apple.com.git
synced 2026-03-23 05:27:38 +01:00
init commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Event type constants for metrics development console
|
||||
*/
|
||||
export const eventType = {
|
||||
RECORD: 'record',
|
||||
FLUSH: 'flush',
|
||||
} as const;
|
||||
Reference in New Issue
Block a user