Move to local toggl-portal to work around bug, also improve error handling and add the two missing sigs

This commit is contained in:
2024-02-04 17:36:13 +00:00
parent 5f6bd01882
commit 28c3fd27be
3 changed files with 24 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
module Toggl
def self.entries_for_project: -> Array[untyped]
def self.current_time_entry: -> untyped
def self.start_time_entry: (description: string, project_id: int) -> void
end