bugfix: fix warning about wrong import of type
This commit is contained in:
parent
163b1bbfc5
commit
a8ba49bda4
@ -1,4 +1,4 @@
|
|||||||
import { useUserinfoStore, Userinfo } from '@/stores/UserinfoStore'
|
import { useUserinfoStore } from '@/stores/UserinfoStore'
|
||||||
import { useEngineStore } from '@/stores/EngineStore'
|
import { useEngineStore } from '@/stores/EngineStore'
|
||||||
import { useGameinfoStore } from '@/stores/GameinfoStore'
|
import { useGameinfoStore } from '@/stores/GameinfoStore'
|
||||||
import { usePlayersStore } from '@/stores/PlayersStore'
|
import { usePlayersStore } from '@/stores/PlayersStore'
|
||||||
@ -6,6 +6,7 @@ import { useRoundStore } from '@/stores/RoundStore'
|
|||||||
import useI18n from './useI18n'
|
import useI18n from './useI18n'
|
||||||
import { $fetch } from 'ohmyfetch'
|
import { $fetch } from 'ohmyfetch'
|
||||||
|
|
||||||
|
import type { Userinfo } from '@/stores/UserinfoStore'
|
||||||
export type AllowRole = '' | 'player' | 'gamemaster' | 'admin' | 'setup'
|
export type AllowRole = '' | 'player' | 'gamemaster' | 'admin' | 'setup'
|
||||||
export type AllowRoles = Array<AllowRole>
|
export type AllowRoles = Array<AllowRole>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user