Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Dec 11, 2024
1 parent 00e349b commit a39e387
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/loot-core/src/types/models/schedule.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export interface ScheduleEntity {
_actions: Array<{ op: unknown }>;
}

export type NewScheduleEntity = Omit<ScheduleEntity, 'id'>;

export type DiscoverScheduleEntity = {
id: ScheduleEntity['id'];
account: AccountEntity['id'];
Expand Down

0 comments on commit a39e387

Please sign in to comment.