mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-22 20:51:12 +10:00
feat: delete all notifications
This commit is contained in:
@ -46,7 +46,8 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { SerializeObject } from "nitropack";
|
||||
import type { NotificationModel } from "~/prisma/client/models";
|
||||
|
||||
const props = defineProps<{ notifications: Array<NotificationModel> }>();
|
||||
const props = defineProps<{ notifications: Array<SerializeObject<NotificationModel>> }>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user