remove type

This commit is contained in:
Qiuxia Fan 2022-05-10 16:56:12 +08:00
parent 01e8a3e2ff
commit 754d4de6fb

View File

@ -26,7 +26,6 @@ export type Service = {
export type Instance = {
value: string;
label: string;
layer?: string;
language?: string;
instanceUUID?: string;
attributes?: { name: string; value: string }[];