fix: missing WorkerLogFields type

This commit is contained in:
Ben Allfree 2023-06-14 11:52:40 -07:00
parent 56aff5db0a
commit 72c6a1b96b

View File

@ -8,3 +8,5 @@ export * from './pocketbase-client-helpers'
export * from './safeCatch'
export * from './schema'
export * from './TimerManager'
export type WorkerLogFields = {}