mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added additional type for DeserializerOptions keyForAttribute option (#36070)
This commit is contained in:
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user