Skip to content

Commit

Permalink
Merge branch 'master' of github.com:binary-com/deriv-app into remove-…
Browse files Browse the repository at this point in the history
…p2p-cashier
  • Loading branch information
ameerul-deriv committed Apr 12, 2023
2 parents 1ee0f95 + ba1aef5 commit cd3b7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/utils/cfd/cfd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type TMarketType = 'financial' | 'synthetic' | 'gaming' | 'all' | undefined;
type TShortcode = 'svg' | 'bvi' | 'labuan' | 'vanuatu';
type TGetAccount = {
market_type: TMarketType;
sub_account_type?: 'financial' | 'financial_stp' | 'swap_free';
sub_account_type?: TAccount['sub_account_type'];
platform: TPlatform;
};
type TGetCFDAccountKey = TGetAccount & {
Expand Down

0 comments on commit cd3b7ec

Please sign in to comment.