Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 3, 2023
1 parent 856bc52 commit 7f41c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/ddu/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ export type Custom = {

export type UserSource = {
name: SourceName;
options?: SourceOptions;
options?: Partial<SourceOptions>;
params?: BaseSourceParams;
};

export type UserFilter = FilterName | {
name: FilterName;
options?: FilterOptions;
options?: Partial<FilterOptions>;
params?: BaseFilterParams;
};

Expand Down

0 comments on commit 7f41c17

Please sign in to comment.