Skip to content

Commit f5029d1

Browse files
committed
do not use Partial
1 parent 9c8ad0c commit f5029d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/ScriptUI.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ declare class Window extends _Control {
249249
type: string,
250250
title?: string,
251251
bounds?: _Bounds,
252-
properties?: Partial<_AddControlPropertiesWindow>,
252+
properties?: _AddControlPropertiesWindow,
253253
)
254254

255255
/**

0 commit comments

Comments
 (0)