Skip to content

Commit 4a5a3f2

Browse files
committed
fix(task): Setlock's isLocked and IsHidden are optional
1 parent 649acc5 commit 4a5a3f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/standard/action/task.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ export namespace Task {
403403
*/
404404
export interface SetLock {
405405
Module: "terminal" | "ram" | "netmap" | "display";
406-
IsLocked: boolean;
407-
IsHidden: boolean;
406+
IsLocked?: boolean;
407+
IsHidden?: boolean;
408408
DelayHost?: string;
409409
Delay?: number;
410410
children?: never;

0 commit comments

Comments
 (0)