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 = {
|
type ServiceUpdate = {
|
||||||
name: string;
|
name?: string;
|
||||||
detail: string;
|
detail?: string;
|
||||||
attributes?: {
|
attributes?: {
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue