MCPcopy Create free account
hub / github.com/Ashutosh00710/github-readme-activity-graph / QueryOption

Class QueryOption

src/interfaces/interface.ts:18–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export class QueryOption {
19 username: string;
20 hide_title?: boolean;
21 custom_title?: string;
22 from?: string;
23 to?: string;
24 grid: boolean;
25 colors: Colors;
26 area: boolean;
27 radius: number;
28 height: number;
29 days: number;
30}
31
32export class ParsedQs {
33 username?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected