(
message: string,
details: Record<string, unknown> = {},
)
| 118 | fastRequestId(): number; |
| 119 | fastWindowId(): string; |
| 120 | fastForceFullReevaluation(): boolean; |
| 121 | fastNowMs(): number; |
| 122 | finishFast(): void; |
| 123 | } |
| 124 | |
| 125 | type NativeCompositionUpdate = |
| 126 | | { |
| 127 | kind: "full"; |
| 128 | windowId: string; |
| 129 | tree: unknown; |
| 130 | } |
| 131 | | { |