UNPKG

@mft/moneyhub-api-client

Version:
6 lines 367 B
import { ApiResponse, ExtraOptions } from "../../request"; import { ConsentHistory, ConsentHistorySearchParams } from "../../schema/consent-history"; export interface ConsentHistoryRequests { getConsentHistory: (params?: ConsentHistorySearchParams, options?: ExtraOptions) => Promise<ApiResponse<ConsentHistory[]>>; } //# sourceMappingURL=consent-history.d.ts.map