mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
SerializerOptions.indexes allows boolean | null | undefined (#4862)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -170,7 +170,7 @@ export interface SerializerOptions {
|
||||
visitor?: SerializerVisitor;
|
||||
dots?: boolean;
|
||||
metaTokens?: boolean;
|
||||
indexes?: boolean;
|
||||
indexes?: boolean | null;
|
||||
}
|
||||
|
||||
// tslint:disable-next-line
|
||||
|
||||
Reference in New Issue
Block a user