UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 450 B
import { RfiSessionDto } from './rfiSessionDto'; export interface PagedRfiSessionQueryResultDto { items?: Array<RfiSessionDto>; page_after?: string; page_before?: string; } export declare namespace PagedRfiSessionQueryResultDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedRfiSessionQueryResultDto.d.ts.map