MCPcopy Create free account
hub / github.com/dailydotdev/apps / AdvancedSettings

Interface AdvancedSettings

packages/shared/src/graphql/feedSettings.ts:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface AdvancedSettings {
14 id: number;
15 title: string;
16 description: string;
17 defaultEnabledState: boolean;
18 group: AdvancedSettingsGroup;
19 options?: {
20 source?: Source;
21 type?: string;
22 };
23}
24
25export interface FeedAdvancedSettings {
26 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected