첫 커밋
This commit is contained in:
7
src/entities/payment/model/types.ts
Normal file
7
src/entities/payment/model/types.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export enum PaymentTabKeys {
|
||||
Info = 'Info',
|
||||
DataNotification = 'DataNotification',
|
||||
};
|
||||
export interface PaymentTabProps {
|
||||
activeTab: PaymentTabKeys;
|
||||
};
|
||||
Reference in New Issue
Block a user