✨ (new version) display button if there is a new version.
This commit is contained in:
10
src/bus/noteEventBus.ts
Normal file
10
src/bus/noteEventBus.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createEventBus } from 'retrobus'
|
||||
|
||||
interface EventBusParams {
|
||||
user: string
|
||||
repo: string
|
||||
path: string
|
||||
currentNoteSHA?: string
|
||||
}
|
||||
|
||||
export const noteEventBus = createEventBus<EventBusParams>('note')
|
||||
Reference in New Issue
Block a user