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