FeesSchema
const
FeesSchema:ZodArray
<ZodObject
<{amount
:ZodString
;asset
:ZodString
;chain
:ZodString
;protocol
:ZodNativeEnum
<typeofProviderName
>;type
:ZodNativeEnum
<typeofFeeTypeEnum
>; },"strip"
,ZodTypeAny
, {amount
:string
;asset
:string
;chain
:string
;protocol
:ProviderName
;type
:FeeTypeEnum
; }, {amount
:string
;asset
:string
;chain
:string
;protocol
:ProviderName
;type
:FeeTypeEnum
; }>,"many"
>
Defined in: packages/helpers/src/api/swapkitApi/types.ts:375