types.ts 109 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 export interface UserParams { q: string role: string plan: string status: string options: object }