Remove module def.
This commit is contained in:
parent
acfc2c4249
commit
7329e91eef
|
@ -1,5 +1,4 @@
|
|||
<script context="module" lang="ts">
|
||||
type ValueType = any
|
||||
type BasicRelatedRow = { _id: string; primaryDisplay: string }
|
||||
type OptionsMap = Record<string, BasicRelatedRow>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue