1 2 3 4 5 6
export default interface GlobalMark { readonly tabId: number; readonly url: string; readonly x: number; readonly y: number; }