fix: listPaymentCollections shape
This commit is contained in:
@@ -37,7 +37,7 @@ export interface IPaymentModuleService extends IModuleService {
|
|||||||
filters?: FilterablePaymentCollectionProps,
|
filters?: FilterablePaymentCollectionProps,
|
||||||
config?: FindConfig<PaymentCollectionDTO>,
|
config?: FindConfig<PaymentCollectionDTO>,
|
||||||
sharedContext?: Context
|
sharedContext?: Context
|
||||||
): Promise<[PaymentCollectionDTO[], number]>
|
): Promise<PaymentCollectionDTO[]>
|
||||||
|
|
||||||
listAndCountPaymentCollections(
|
listAndCountPaymentCollections(
|
||||||
filters?: FilterablePaymentCollectionProps,
|
filters?: FilterablePaymentCollectionProps,
|
||||||
|
|||||||
Reference in New Issue
Block a user