mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
chore(web): type fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Theme } from '~/store/theme';
|
||||
import { UserProfileLink } from '~/types/userProfile';
|
||||
import type { Theme } from '~/store/theme';
|
||||
import type { UserProfileLink } from '~/types/userProfile';
|
||||
|
||||
export interface ServerStateConfigStatus {
|
||||
error?: 'INVALID' | 'NO_KEY_SERVER' | 'UNKNOWN_ERROR' | 'WITHDRAWN';
|
||||
|
||||
@@ -2,6 +2,7 @@ import { ArrowTopRightOnSquareIcon } from '@heroicons/vue/24/solid';
|
||||
|
||||
export interface UserProfileLink {
|
||||
click?: any; // @todo be more specific
|
||||
clickParams?: string[] | number[];
|
||||
disabled?: boolean;
|
||||
emphasize?: boolean;
|
||||
external?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user