UNPKG

@kubb/plugin-ts

Version:

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

20 lines (18 loc) 288 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export type ACHDetailsResponse = { /** * @type string */ type: paymentDetailsTypeResponse /** * @type string */ routing_number: string /** * @type string */ account_number: string }