types.d.ts 110 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 export interface CourseParams { q: string, options: object, hideCompleted: boolean, status: string, }