重构 demo
This commit is contained in:
25
types/index.ts
Normal file
25
types/index.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
export interface AppProps {}
|
||||
|
||||
export interface WalletmanAppState {
|
||||
/* Paytm Personal */
|
||||
showPaytmPersonalBind: boolean;
|
||||
paytmPersonalBindType: 'otpMode' | 'tokenMode';
|
||||
showPaytmBusinessBind: boolean;
|
||||
|
||||
/* PhonePe Personal */
|
||||
showPhonePePersonalBind: boolean;
|
||||
phonePePersonalBindType: 'otpMode' | 'tokenMode';
|
||||
showPhonePeBusinessBind: boolean;
|
||||
|
||||
/* GooglePay Business */
|
||||
showGooglePayBusinessBind: boolean;
|
||||
|
||||
/* BharatPe Business */
|
||||
showBharatPeBusinessBind: boolean;
|
||||
|
||||
/* Mobikwik Personal */
|
||||
showMobikwikPersonalBind: boolean;
|
||||
|
||||
/* Freecharge Personal */
|
||||
showFreechargePersonalBind: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user