UNPKG

autumn-js

Version:
11 lines (8 loc) 365 B
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 };