| 21 | } |
| 22 | |
| 23 | interface ShareStageProbe { |
| 24 | metrics: { |
| 25 | contentWidth: number |
| 26 | exportScale: number |
| 27 | bottomSafeArea: number |
| 28 | userBubbleRightOffset: number |
| 29 | } |
| 30 | stageWidth: number |
| 31 | clones: number |
| 32 | roles: string[] |
| 33 | costEls: number |
| 34 | modelEls: number |
| 35 | finalVisibleContentRole: string | null |
| 36 | finalVisibleContentSelector: string | null |
| 37 | finalVisibleContentBottomGap: number | null |
| 38 | finalVisibleContentRightGap: number | null |
| 39 | finalCloneRightGap: number | null |
| 40 | interMessageGap: number | null |
| 41 | text: string |
| 42 | } |
| 43 | |
| 44 | interface SeedHistoryOptions { |
| 45 | includeAssistantMeta?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected