Skip to content

Commit

Permalink
chore: change RootStore type
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-deriv committed Jan 17, 2023
1 parent e85a44b commit f2b53a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stores/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ type TClientStore = {
residence: string;
standpoint: {
iom: string;
malta: string;
};
switchAccount: (value?: string) => void;
verification_code: {
Expand Down Expand Up @@ -85,6 +86,7 @@ type TCommonStore = {
platform: string;
routeBackInApp: (history: Pick<RouteComponentProps, 'history'>, additional_platform_path?: string[]) => void;
routeTo: (pathname: string) => void;
server_time: number;
};

type TUiStore = {
Expand Down

0 comments on commit f2b53a4

Please sign in to comment.