Skip to content

Commit

Permalink
mark persisted state prop
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Dec 23, 2024
1 parent 0fe329e commit a41441b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/store/partners-promotion/state.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { LoadableEntityState } from 'lib/store';

export interface PartnersPromotionState {
/** @deprecated */
promotion?: LoadableEntityState<{}>;
shouldShowPromotion: boolean;
promotionHidingTimestamps: StringRecord<number>;
}
Expand Down

0 comments on commit a41441b

Please sign in to comment.