| 128 | * App Settings model. |
| 129 | */ |
| 130 | export interface AppSettings { |
| 131 | profiles?: Profiles |
| 132 | ui?: UserInterface |
| 133 | notifications?: Notifications |
| 134 | logging?: Logging |
| 135 | advanced?: Advanced |
| 136 | [k: string]: unknown |
| 137 | } |
| 138 | /** |
| 139 | * Profile Settings model. |
| 140 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected