Skip to content

Commit

Permalink
Remove old prefs types
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 14, 2025
1 parent 9a4c12a commit 29faba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
4 changes: 1 addition & 3 deletions packages/loot-core/src/client/state-types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import type * as constants from '../constants';

import type { PrefsActions, PrefsState } from './prefs';
import type { UserActions, UserState } from './user';

export type CloseBudgetAction = {
type: typeof constants.CLOSE_BUDGET;
};

export type Action = PrefsActions | UserActions | CloseBudgetAction;
export type Action = UserActions | CloseBudgetAction;

export type State = {
prefs: PrefsState;
user: UserState;
};
40 changes: 0 additions & 40 deletions packages/loot-core/src/client/state-types/prefs.d.ts

This file was deleted.

0 comments on commit 29faba1

Please sign in to comment.