autumn-js
Version:
Autumn JS Library
11 lines (8 loc) • 365 B
text/typescript
import { n as ClientCheckParams, o as CheckResponse } from '../../params-Bf18ATYi.mjs';
import { C as Customer } from '../../customer-DM044m1a.mjs';
import '../../plan-CUExbmy9.mjs';
declare const getLocalCheckResponse: ({ customer, params, }: {
customer: Customer | null;
params: ClientCheckParams;
}) => CheckResponse;
export { getLocalCheckResponse };