/** * This type exists to avoid Optional[TransferApi] so openapi-generator can work. * * In this class, type is not added to TransferApiType because it is not a valid * TransferApiType. It exists only to note that no TransferApi is defined. */ export type NoTransferApi = { /** * URL type. */ type?: any; };