mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Updated README.md; (#4742)
Updated index.d.ts; Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Vendored
+7
-1
@@ -96,7 +96,13 @@ export interface FormDataVisitorHelpers {
|
||||
}
|
||||
|
||||
export interface SerializerVisitor {
|
||||
(value: any, key: string | number, path: null | Array<string | number>, helpers: FormDataVisitorHelpers): boolean;
|
||||
(
|
||||
this: GenericFormData,
|
||||
value: any,
|
||||
key: string | number,
|
||||
path: null | Array<string | number>,
|
||||
helpers: FormDataVisitorHelpers
|
||||
): boolean;
|
||||
}
|
||||
|
||||
export interface SerializerOptions {
|
||||
|
||||
Reference in New Issue
Block a user