Interface ListingService

interface ListingService {
    get: ListingGet;
}

Implemented by

Properties

Properties