UNPKG

soccer-go

Version:

Soccer CLI for stats and results.

12 lines (11 loc) 256 B
type Answers = { league: string; main: 'Team'; teamName: string; teamOptions: Array<'Fixtures' | 'Players'>; } | { league: string; main: 'Matchday' | 'Standings'; }; export declare function questions(): Promise<Answers>; export {};