Skip to content

Commit

Permalink
build: 📦️ fix typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert De Spiegeleer committed Jan 12, 2024
1 parent 4ec2aa6 commit 97e68cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class Endpoint<
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type AnyEndpoint = Endpoint<string, InputValidationSchema<string>, ResponseValidationSchema>
export type AnyEndpoint = Endpoint<string, any, any>

/** Define a new endpoint */
export const endpoint = <Path extends string>(
Expand Down

0 comments on commit 97e68cf

Please sign in to comment.