MCPcopy Create free account
hub / github.com/AdbAutoPlayer/AdbAutoPlayer / AppSettings

Interface AppSettings

src/client/_apiTypes.d.ts:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected