mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 10:41:10 +01:00
Merge branch 'gridstack' of https://github.com/manuel-rw/homarr into gridstack
This commit is contained in:
3
src/types/iconSelector/iconSelectorItem.ts
Normal file
3
src/types/iconSelector/iconSelectorItem.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface IconSelectorItem {
|
||||
url: string;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface WalkxcodeRepositoryIcon {
|
||||
name: string;
|
||||
}
|
||||
@@ -11,7 +11,7 @@ export interface ServiceType extends TileBaseType {
|
||||
}
|
||||
|
||||
interface ServiceBehaviourType {
|
||||
onClickUrl?: string;
|
||||
onClickUrl: string;
|
||||
isOpeningNewTab: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user