Skip to content

Commit

Permalink
fix: remove uneeded type deinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
DNR800 committed Oct 18, 2022
1 parent 3bb185a commit 781aac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/offline/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ export interface OfflineInterface {
startRecording: StartRecording
getCachedSections: () => Promise<IndexedDBCachedSection[]>
removeSection: (id: string) => Promise<boolean>
appStatus?: ReactNode
setAppStatus?: (appStatus: ReactNode) => void
}

export type OnlineStatusMessageContextAPI = {
Expand Down

0 comments on commit 781aac6

Please sign in to comment.