refactor: MinAppType id required and only string

This commit is contained in:
fullex 2025-03-27 12:37:44 +08:00 committed by 亢奋猫
parent 194ba1baa0
commit 433d562599

View File

@ -162,7 +162,7 @@ export interface Painting {
}
export type MinAppType = {
id?: string | number
id: string
name: string
logo?: string
url: string