mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Added additional type for DeserializerOptions keyForAttribute option (#36070)
This commit is contained in:
committed by
Benjamin Lichtman
parent
2ab7a80737
commit
f11abd2433
3
types/jsonapi-serializer/index.d.ts
vendored
3
types/jsonapi-serializer/index.d.ts
vendored
@@ -54,7 +54,8 @@ export interface DeserializerOptions {
|
||||
| "underscore_case"
|
||||
| "snake_case"
|
||||
| "camelCase"
|
||||
| "CamelCase";
|
||||
| "CamelCase"
|
||||
| KeyForAttribute;
|
||||
pluralizeType?: boolean;
|
||||
typeAsAttribute?: boolean;
|
||||
transform?: Transform;
|
||||
|
||||
Reference in New Issue
Block a user