| 11 | namespace SandDanceEmbed { |
| 12 | |
| 13 | interface DataWithInsight { |
| 14 | data: DataToLoad; |
| 15 | insight: Partial<SandDance.specs.Insight>; |
| 16 | } |
| 17 | |
| 18 | export let sandDanceExplorer: SandDanceExplorer.Explorer_Class; |
| 19 | export const requests: MessageRequestWithSource[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected