test
This commit is contained in:
@@ -2,10 +2,15 @@ export enum PaymentTabKeys {
|
||||
Info = 'Info',
|
||||
DataNotification = 'DataNotification',
|
||||
};
|
||||
export enum PaymentInfoItemType {
|
||||
Comission = 'Comission',
|
||||
NoInterest = 'NoInterest'
|
||||
};
|
||||
export interface PaymentTabProps {
|
||||
activeTab: PaymentTabKeys;
|
||||
};
|
||||
export interface InfoItemProps {
|
||||
type?: PaymentInfoItemType;
|
||||
payName?: string;
|
||||
payImage?: string;
|
||||
infoLink?: string;
|
||||
|
||||
Reference in New Issue
Block a user