Declare setting types
This commit is contained in:
parent
d01db82c0d
commit
a0882bbceb
48 changed files with 1618 additions and 903 deletions
|
@ -1,6 +1,7 @@
|
|||
export interface GlobalMark {
|
||||
export default interface GlobalMark {
|
||||
readonly tabId: number;
|
||||
readonly url: string;
|
||||
readonly x: number;
|
||||
readonly y: number;
|
||||
// eslint-disable-next-line semi
|
||||
}
|
||||
|
|
Reference in a new issue