mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
more typescripting
This commit is contained in:
parent
5699a7abb7
commit
628b96c4ab
7 changed files with 144 additions and 103 deletions
|
@ -1,6 +1,6 @@
|
|||
// Стикеры
|
||||
// import L from "leaflet";
|
||||
export interface ISticker {
|
||||
export interface IStickerItem {
|
||||
off: number,
|
||||
title: string,
|
||||
title_long: string,
|
||||
|
@ -11,7 +11,7 @@ export interface IStickerPack {
|
|||
url: string,
|
||||
size: number,
|
||||
layers: {
|
||||
[x: string]: ISticker,
|
||||
[x: string]: IStickerItem,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue