fix: make optional
This commit is contained in:
parent
784528eabb
commit
ce328658e4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ type ServiceUpdate = {
|
|||
attributes?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
status: "ACTIVE" | "INACTIVE";
|
||||
status?: "ACTIVE" | "INACTIVE";
|
||||
work?: {
|
||||
name: string;
|
||||
productId: string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue