| 16 | } |
| 17 | |
| 18 | export interface BoardChangeData { |
| 19 | children: PlaitElement[]; |
| 20 | operations: PlaitOperation[]; |
| 21 | viewport: Viewport; |
| 22 | selection: Selection | null; |
| 23 | theme: PlaitTheme; |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected