| 25 | } |
| 26 | |
| 27 | interface CommandBar { |
| 28 | addAction: (action: Action) => void |
| 29 | show: () => void |
| 30 | update: () => void |
| 31 | } |
| 32 | |
| 33 | interface Toast { |
| 34 | success: (message: string) => void |
nothing calls this directly
no outgoing calls
no test coverage detected