less hacking way of pulling poe data
This commit is contained in:
18
app/model/stash-tab.ts
Normal file
18
app/model/stash-tab.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
interface IStashTabColor {
|
||||
r: number;
|
||||
g: number;
|
||||
b: number;
|
||||
}
|
||||
|
||||
export interface IStashTab {
|
||||
colour: IStashTabColor;
|
||||
hidden: boolean;
|
||||
i: number;
|
||||
id: string;
|
||||
n: string;
|
||||
selected: boolean;
|
||||
srcC: string;
|
||||
srcL: string;
|
||||
srcR: string;
|
||||
type: string;
|
||||
}
|
||||
Reference in New Issue
Block a user