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