more type cleanup

This commit is contained in:
Michael Dausmann
2024-02-17 14:54:45 +11:00
parent fcb8071cec
commit 9daea204e5
7 changed files with 16 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { AccountWithMembers } from '~~/lib/services/service.types';
import { type AccountWithMembers } from '~~/lib/services/service.types';
const route = useRoute();
const { join_password }: { join_password?: string } = route.params;