fix(lint): resolve @typescript-eslint/no-explicit-any warnings
This commit is contained in:
@@ -27,8 +27,7 @@ export type GetIssuesFunc = (options: {
|
||||
owner: string
|
||||
repo: string
|
||||
state: 'open' | 'closed' | 'all' | undefined
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
[key: string]: any // Allow additional properties
|
||||
[key: string]: string | undefined // Allow additional properties
|
||||
}) => Promise<{ data: Array<{ title: string; number: number }> }>
|
||||
|
||||
export async function getExistingIssueNumber(
|
||||
|
||||
Reference in New Issue
Block a user