mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 01:04:03 +00:00
Finalize Typescript restructure
This commit is contained in:
@@ -27,6 +27,7 @@ export {
|
||||
mailService,
|
||||
pdfService,
|
||||
diskService,
|
||||
updateService,
|
||||
} from './services'
|
||||
|
||||
// Re-export all service types
|
||||
@@ -55,7 +56,9 @@ export type {
|
||||
FrequencyDateResponse,
|
||||
CustomerListParams,
|
||||
CustomerListResponse,
|
||||
CustomerStatsData,
|
||||
CustomerStatsChartData,
|
||||
CustomerStatsParams,
|
||||
CustomerStatsResponse,
|
||||
PaymentListParams,
|
||||
PaymentListResponse,
|
||||
SendPaymentPayload,
|
||||
@@ -103,6 +106,7 @@ export type {
|
||||
ModuleInstallPayload,
|
||||
ModuleCheckResponse,
|
||||
Backup,
|
||||
BackupListResponse,
|
||||
CreateBackupPayload,
|
||||
DeleteBackupParams,
|
||||
MailConfig,
|
||||
@@ -119,5 +123,11 @@ export type {
|
||||
GotenbergConfig,
|
||||
Disk,
|
||||
DiskDriversResponse,
|
||||
DiskDriverValue,
|
||||
CreateDiskPayload,
|
||||
CheckUpdateResponse,
|
||||
UpdateRelease,
|
||||
UpdateDownloadResponse,
|
||||
UpdateStepResponse,
|
||||
FinishUpdatePayload,
|
||||
} from './services'
|
||||
|
||||
Reference in New Issue
Block a user