MCPcopy
hub / github.com/gitify-app/gitify / Account

Interface Account

src/renderer/types.ts:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48>;
49
50export interface Account {
51 method: AuthMethod;
52 platform: PlatformType;
53 version?: string;
54 hostname: Hostname;
55 token: Token;
56 user: GitifyUser | null;
57 scopes?: string[];
58}
59
60/**
61 * All Config Settings values to be stored in the application.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected