@mft/moneyhub-api-client
Version:
Node.JS client for the Moneyhub API
6 lines • 367 B
TypeScript
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