refactor: MinAppType id required and only string
This commit is contained in:
@@ -162,7 +162,7 @@ export interface Painting {
|
||||
}
|
||||
|
||||
export type MinAppType = {
|
||||
id?: string | number
|
||||
id: string
|
||||
name: string
|
||||
logo?: string
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user