@makerinc/react-sdk
    Preparing search index...

    Type Alias GetMarketsResponse

    Decoded markets response with idiomatic discriminated union

    type GetMarketsResponse = {
        choices: MarketChoice | null;
    }
    Index

    Properties

    Properties

    choices: MarketChoice | null