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?: {
|
attributes?: {
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
};
|
};
|
||||||
status: "ACTIVE" | "INACTIVE";
|
status?: "ACTIVE" | "INACTIVE";
|
||||||
work?: {
|
work?: {
|
||||||
name: string;
|
name: string;
|
||||||
productId: string[];
|
productId: string[];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue