MCPcopy
hub / github.com/material-shell/material-shell / Setting

Interface Setting

src/module/requiredSettingsModule.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { getSettings } from 'src/utils/settings';
6
7interface Setting {
8 schema: string;
9 key: string;
10 value: boolean | string;
11 valueType: 'string' | 'boolean';
12}
13
14interface RestoreSetting {
15 setting: Gio.Settings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected