UNPKG

@kubb/plugin-ts

Version:

TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.

13 lines (11 loc) 245 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export type paymentAccountDetailsResponse = | (ACHDetailsResponse & { type: 'ACH' }) | (domesticWireDetailsResponse & { type: 'DOMESTIC_WIRE' })