background.ts: Introduce types for redux initialState
This commit is contained in:
@@ -123,7 +123,7 @@ export const actions = {
|
||||
|
||||
// Reducer
|
||||
|
||||
function getEmptyState(): UpdatesStateType {
|
||||
export function getEmptyState(): UpdatesStateType {
|
||||
return {
|
||||
dialogType: DialogType.None,
|
||||
didSnooze: false,
|
||||
|
Reference in New Issue
Block a user