Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Nov 21, 2023
1 parent db281cc commit 64c3d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/enquirer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ declare namespace Enquirer {
} & SelectQuestionOptionsBase;
export type SelectQuestionOptionsBase = {
choices: SelectQuestion.Choice[];
} & Omit<types.QuestionBase, 'initial'> &
} & Omit< types.QuestionBase, 'initial' > &
types.Initializer< string | number, string > &
types.Formatter< string, string >;

Expand Down

0 comments on commit 64c3d57

Please sign in to comment.