Documentation
    Preparing search index...

    Interface WowTokenResponse

    The response for a WoW token.

    interface WowTokenResponse {
        _links: { self: Href };
        last_updated_timestamp: number;
        price: number;
    }

    Hierarchy

    • ResponseBase
      • WowTokenResponse
    Index

    Properties

    _links: { self: Href }
    last_updated_timestamp: number
    price: number