mirror of
https://github.com/Ellpeck/ObsidianSimpleTimeTracker.git
synced 2024-11-15 23:13:12 +01:00
this should be an interface
This commit is contained in:
parent
ec6476a95c
commit
826f57ad76
2 changed files with 2 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue