mirror of
https://github.com/duhanbalci/iyzico.git
synced 2026-03-03 20:29:18 +00:00
init
This commit is contained in:
25
src/types/index.ts
Normal file
25
src/types/index.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Tüm type export'ları
|
||||
*/
|
||||
|
||||
// Common types
|
||||
export * from './common';
|
||||
|
||||
// Payment types
|
||||
export * from './payment';
|
||||
|
||||
// Bin check types
|
||||
export * from './bin-check';
|
||||
|
||||
// Cancel & Refund types
|
||||
export * from './cancel-refund';
|
||||
|
||||
// Card storage types
|
||||
export * from './card-storage';
|
||||
|
||||
// Reporting types
|
||||
export * from './reporting';
|
||||
|
||||
// Subscription types
|
||||
export * from './subscription';
|
||||
|
||||
Reference in New Issue
Block a user