@sheerid/jslib
Preparing search index...
ConversionRequest
Type Alias ConversionRequest
Description
The shape of the request payload to send when calling a conversion endpoint.
type
ConversionRequest
=
{
amount
?:
number
;
currency
?:
string
;
tags
?:
string
[]
;
}
Index
Properties
amount?
currency?
tags?
Properties
Optional
amount
amount
?:
number
Optional
currency
currency
?:
string
Optional
tags
tags
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
currency
tags
@sheerid/jslib
Loading...
Description
The shape of the request payload to send when calling a conversion endpoint.