| 14 | allNodeConfig: IAllNodeConfig; |
| 15 | } |
| 16 | export interface IZoomModeOption { |
| 17 | label: string; |
| 18 | value: string; |
| 19 | } |
| 20 | export interface IZoomMode { |
| 21 | default: string; |
| 22 | option: IZoomModeOption; |
nothing calls this directly
no outgoing calls
no test coverage detected