this should be an interface

This commit is contained in:
Ell 2022-09-29 16:01:20 +02:00
parent ec6476a95c
commit 826f57ad76
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import { moment, App, MarkdownSectionInformation, ButtonComponent, TextComponent } from "obsidian";
import { SimpleTimeTrackerSettings } from "./settings";
export class Tracker {
export interface Tracker {
entries: Entry[];
}

File diff suppressed because one or more lines are too long