feat: update metric config

This commit is contained in:
Qiuxia Fan
2021-12-29 16:22:23 +08:00
parent 809fcff859
commit 4b9d1dd362
4 changed files with 45 additions and 12 deletions

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

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