export default interface GlobalMark { readonly tabId: number; readonly url: string; readonly x: number; readonly y: number; }