Interface ListingResult

interface ListingResult {
    result: Listing;
}

Properties

Properties

result: Listing