Remove module def.

This commit is contained in:
mike12345567 2025-03-18 15:03:18 +00:00
parent acfc2c4249
commit 7329e91eef
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
<script context="module" lang="ts">
type ValueType = any
type BasicRelatedRow = { _id: string; primaryDisplay: string }
type OptionsMap = Record<string, BasicRelatedRow>
</script>