chore: this is always going to be present
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -49,7 +49,7 @@ export type NextCustomFieldValidator<TFieldReturnValue> = (
|
||||
context: {
|
||||
apiHolder: ApiHolder;
|
||||
formData: JsonObject;
|
||||
schema?: JsonObject;
|
||||
schema: JsonObject;
|
||||
},
|
||||
) => void | Promise<void>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user