refactor: MinAppType id required and only string

This commit is contained in:
fullex 2025-03-27 12:37:44 +08:00 committed by 亢奋猫
parent 94340bcb7f
commit 424b883681

View File

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