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?: {
[key: string]: any;
};
status: "ACTIVE" | "INACTIVE";
status?: "ACTIVE" | "INACTIVE";
work?: {
name: string;
productId: string[];