aboutsummaryrefslogtreecommitdiff
path: root/src/background/domains/GlobalMark.ts
blob: 0964373c4d300831ce6438057260ef2d55c40466 (plain) (blame)
1
2
3
4
5
6
export interface GlobalMark {
  readonly tabId: number;
  readonly url: string;
  readonly x: number;
  readonly y: number;
}