Skip to content

Commit

Permalink
fix useOkapiKy options type (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam authored Nov 8, 2024
1 parent d6f8a27 commit 3b4cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/useOkapiKy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export interface useOkapiKyOptions {
tenant?: string;
}

export default function useOkapiKy(options: useOkapiKyOptions): typeof ky;
export default function useOkapiKy(options?: useOkapiKyOptions): typeof ky;

0 comments on commit 3b4cdce

Please sign in to comment.