contentful-typescript-codegen
contentful-typescript-codegen copied to clipboard
Check if validations field is an array to fix error
This script was not working for me originally because it was assuming that field.validations was a defined array, but when hooked up to my contentful client, the field was undefined. Here is a PR that should fix this error - https://github.com/intercom/contentful-typescript-codegen/pull/88.