feat: fetch services, instances, endpoints

This commit is contained in:
Qiuxia Fan
2022-01-15 14:33:53 +08:00
parent 3eef246d1d
commit 0a417b3665
9 changed files with 88 additions and 59 deletions

2
src/types/app.d.ts vendored
View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
export interface Option {
value: string | number;
value: string;
label: string;
}
export interface Duration {