Daily arc lint --take KTFMT

Reviewed By: ivanmurashko

Differential Revision: D48553786

fbshipit-source-id: 269d46620ad34bd94a4df0d04ef3dfa5afbab613
This commit is contained in:
generatedunixname89002005325672
2023-08-22 02:53:13 -07:00
committed by Facebook GitHub Bot
parent 4cf63cee71
commit c161e869d3

View File

@@ -20,8 +20,8 @@ data class FrameworkEvent(
val treeId: Id,
val nodeId: Id,
val type: String,
val timestamp: Long, //millis since epoch
val duration: Long?, //in Nanoseconds
val timestamp: Long, // millis since epoch
val duration: Long?, // in Nanoseconds
val thread: String,
val payload: Map<String, String> //can be json
val payload: Map<String, String> // can be json
)