Skip to content

Commit

Permalink
fix: trigger ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Oct 11, 2023
1 parent f0e10f8 commit 39824c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/types/src/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export interface Widgets {
number
>;

checkbox?: Widget<{}, boolean>;
checkbox?: Widget<undefined, boolean>;

switch?: Widget<{}, boolean>;
switch?: Widget<undefined, boolean>;

radioGroupBoolean?: Widget<
{
Expand Down Expand Up @@ -144,5 +144,5 @@ export interface Widgets {
type?: 'tip' | 'warning' | 'danger';
}>;

submit?: Widget<{}>;
submit?: Widget<undefined>;
}

0 comments on commit 39824c4

Please sign in to comment.