fix: 修改许可证状态获取接口 (#4593)

Refs #4589
This commit is contained in:
ssongliu
2024-04-19 07:22:08 +00:00
committed by GitHub
parent dad8bac715
commit 25608e7378
4 changed files with 11 additions and 4 deletions
+4
View File
@@ -151,4 +151,8 @@ export namespace Setting {
trial: boolean;
status: string;
}
export interface LicenseStatus {
productPro: string;
status: string;
}
}