Skip to content

Commit

Permalink
added types
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ke committed Dec 9, 2024
1 parent e485207 commit e77b0d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 11 additions & 0 deletions packages/types/src/telescope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,17 @@ export interface TelescopeOpts {
};
};
};
vueQuery?: {
enabled: boolean;
include?: {
/**
* @deprecated in favor of packages and protos supporting minimatch
*/
patterns?: string[];
packages?: string[];
protos?: string[];
};
},
mobx?: {
enabled: boolean;
include?: {
Expand Down
9 changes: 0 additions & 9 deletions packages/types/types/telescope.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ export interface TelescopeOpts {
};
vueQuery?: {
enabled: boolean;
needExtraQueryKey?: boolean;
include?: {
/**
* @deprecated in favor of packages and protos supporting minimatch
Expand All @@ -291,14 +290,6 @@ export interface TelescopeOpts {
packages?: string[];
protos?: string[];
};
instantExport?: {
include: {
patterns?: string[];
};
nameMapping?: {
[key: string]: string;
};
};
};
mobx?: {
enabled: boolean;
Expand Down

0 comments on commit e77b0d3

Please sign in to comment.