@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 510 B
TypeScript
import { VerificationCaseResApiDto } from './verificationCaseResApiDto';
export interface PagedQueryResultDtoOfVerificationCaseResApiDto {
has_more?: boolean;
items?: Array<VerificationCaseResApiDto>;
}
export declare namespace PagedQueryResultDtoOfVerificationCaseResApiDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=pagedQueryResultDtoOfVerificationCaseResApiDto.d.ts.map