UNPKG

@squadco/js

Version:

Simplify the integration process with Squad's comprehensive payment solutions using the Squad JavaScript SDK.

11 lines (10 loc) 241 B
import type { BaseResponseProps } from "./base-response"; export interface DisputeResponseProps extends BaseResponseProps { data: { count: number; rows: []; query: { total: number; }; }; }