refactor: update installed app component to handle missing params and improve type safety (#27331)
This commit is contained in:
@@ -42,7 +42,7 @@ export type FormOption = {
|
||||
icon?: string
|
||||
}
|
||||
|
||||
export type AnyValidators = FieldValidators<any, any, any, any, any, any, any, any, any, any>
|
||||
export type AnyValidators = FieldValidators<any, any, any, any, any, any, any, any, any, any, any, any>
|
||||
|
||||
export type FormSchema = {
|
||||
type: FormTypeEnum
|
||||
|
||||
Reference in New Issue
Block a user