refactor: MinAppType id required and only string

This commit is contained in:
fullex 2025-03-27 12:37:44 +08:00 committed by 亢奋猫
parent 56f17916a9
commit 6cbc8c9dfc

View File

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