Type alias ConversionRequest

ConversionRequest: {
    amount?: number;
    currency?: string;
    tags?: string[];
}

Type declaration

  • Optional amount?: number
  • Optional currency?: string
  • Optional tags?: string[]

Description

The shape of the request payload to send when calling a conversion endpoint.