diff --git a/source/sdk/react-native/model-data/data-types/uuid.txt b/source/sdk/react-native/model-data/data-types/uuid.txt index c6db8e6a83..f067926e5d 100644 --- a/source/sdk/react-native/model-data/data-types/uuid.txt +++ b/source/sdk/react-native/model-data/data-types/uuid.txt @@ -24,13 +24,13 @@ objects. ``UUID`` is :ref:`indexable `, and you can use it .. tab:: :tabid: typescript - .. literalinclude:: /examples/generated/react-native/ts/Profile.snippet.ts-profile-schema.ts + .. literalinclude:: /examples/generated/react-native/ts/UuidProfile.snippet.uuid-profile-schema.ts :language: typescript .. tab:: :tabid: javascript - .. literalinclude:: /examples/generated/react-native/js/Profile.snippet.js-profile-schema.js + .. literalinclude:: /examples/generated/react-native/js/UuidProfile.snippet.uuid-profile-schema.js :language: javascript Usage