Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
NorOldBurden committed Jan 2, 2025
1 parent 6a173f9 commit 21e4645
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/types/src/telescope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ export interface TelescopeOpts {
helperFuncCreators?: {
enabled: boolean;
useGlobalDecoderRegistry?: boolean;
genCustomHooks?: boolean;
genCustomHooks?: {
react: boolean;
vue?: boolean;
Expand Down
3 changes: 1 addition & 2 deletions packages/types/types/telescope.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export interface TelescopeOpts {
helperFuncCreators?: {
enabled: boolean;
useGlobalDecoderRegistry?: boolean;
genCustomHooks?: boolean;
genCustomHooks?: {
react: boolean;
vue?: boolean;
Expand Down Expand Up @@ -331,4 +330,4 @@ interface TelescopePackageOpts {
export type TelescopeOptions = TelescopeOpts & TelescopePackageOpts;
export type TelescopeOption = keyof TelescopeOpts;
export declare const defaultTelescopeOptions: TelescopeOptions;
export { };
export {};

0 comments on commit 21e4645

Please sign in to comment.