From 433d562599ac8ee6c25eabfa84bb7268f2d87001 Mon Sep 17 00:00:00 2001 From: fullex <0xfullex@gmail.com> Date: Thu, 27 Mar 2025 12:37:44 +0800 Subject: [PATCH] refactor: MinAppType id required and only string --- src/renderer/src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/types/index.ts b/src/renderer/src/types/index.ts index 94039fef..6903c183 100644 --- a/src/renderer/src/types/index.ts +++ b/src/renderer/src/types/index.ts @@ -162,7 +162,7 @@ export interface Painting { } export type MinAppType = { - id?: string | number + id: string name: string logo?: string url: string