fix: make optional

This commit is contained in:
Methapon2001 2024-06-24 16:19:49 +07:00
parent 784528eabb
commit ce328658e4

View file

@ -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[];