@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 424 B
TypeScript
import { FileInformation } from './fileInformation';
export interface ListFileInformation {
data?: Array<FileInformation>;
has_more?: boolean;
object_type?: string;
}
export declare namespace ListFileInformation {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=listFileInformation.d.ts.map