diff --git a/.changeset/cold-schools-grab.md b/.changeset/cold-schools-grab.md index 1c9d5dc..8c077f1 100644 --- a/.changeset/cold-schools-grab.md +++ b/.changeset/cold-schools-grab.md @@ -6,4 +6,6 @@ Safer B2B response types. Typings will now contain `null | undefined` when there's a risk a partial deserialization. +A type helper `SafeB2BDeserializedResponse` is now exported, and will apply a safe type transformation to any typed exported from `@dgac/nmb2b-client/*/types`. + See https://github.com/DGAC/nmb2b-client-js/issues/149 for more information.