Skip to content

Commit 171cdee

Browse files
committed
Add missing semicolon
1 parent 42d7420 commit 171cdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/shared/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type LabelValueOption<T> = {
6262
};
6363

6464
type Defaultable<T, SingleT = T> = {
65-
default?: T
65+
default?: T;
6666
options?: SingleT[] | Array<LabelValueOption<SingleT>>;
6767
}
6868

0 commit comments

Comments
 (0)