Appearance
This composable return a list of all created Document Types created in the application. It's not often that this is needed.
<script setup lang="ts"> const doctypes = await useDoctypes() </script>