fix: make optional
This commit is contained in:
parent
09cf32d3c7
commit
bf5d72a43d
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ type ServiceCreate = {
|
|||
};
|
||||
|
||||
type ServiceUpdate = {
|
||||
name: string;
|
||||
detail: string;
|
||||
name?: string;
|
||||
detail?: string;
|
||||
attributes?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue