mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
refactor: MinAppType id required and only string
This commit is contained in:
parent
94340bcb7f
commit
424b883681
@ -162,7 +162,7 @@ export interface Painting {
|
||||
}
|
||||
|
||||
export type MinAppType = {
|
||||
id?: string | number
|
||||
id: string
|
||||
name: string
|
||||
logo?: string
|
||||
url: string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user