2
0
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:
Günther Foidl
2022-09-26 20:26:32 +02:00
committed by GitHub
parent daa426a01c
commit b0710bf8a2
Vendored
+1 -1
View File
@@ -170,7 +170,7 @@ export interface SerializerOptions {
visitor?: SerializerVisitor;
dots?: boolean;
metaTokens?: boolean;
indexes?: boolean;
indexes?: boolean | null;
}
// tslint:disable-next-line