| 7 | |
| 8 | declare global { |
| 9 | interface Window { |
| 10 | // This is set by the bucket-client.js init() function |
| 11 | SANDCASTLE_OUTER_ORIGIN: string; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | type SelectOption = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…