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; }