@sheerid/jslib
    Preparing search index...

    Type Alias ConversionRequest

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

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

    Properties

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