diff --git a/types/jsonapi-serializer/index.d.ts b/types/jsonapi-serializer/index.d.ts index 2368981378..2725dc17c0 100644 --- a/types/jsonapi-serializer/index.d.ts +++ b/types/jsonapi-serializer/index.d.ts @@ -54,7 +54,8 @@ export interface DeserializerOptions { | "underscore_case" | "snake_case" | "camelCase" - | "CamelCase"; + | "CamelCase" + | KeyForAttribute; pluralizeType?: boolean; typeAsAttribute?: boolean; transform?: Transform;