| 18 | value: string; |
| 19 | } |
| 20 | export interface IZoomMode { |
| 21 | default: string; |
| 22 | option: IZoomModeOption; |
| 23 | } |
| 24 | export interface IExtend { |
| 25 | background: string; |
| 26 | bluePrintConfig: IBluePrintConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected