tutti-api - v2.1.0
    Preparing search index...

    Interface Listing

    interface Listing {
        __typename?: string;
        address?: string | null;
        formattedPrice?: string;
        formattedSource?: string | null;
        highlighted?: boolean;
        images?: ListingImage[];
        listingID: string;
        postcodeInformation?: PostcodeInformation;
        primaryCategory?: CategoryRef;
        sellerInfo?: SellerInfo;
        thumbnail?: ListingImage;
        timestamp?: string;
        title: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    __typename?: string
    address?: string | null
    formattedPrice?: string
    formattedSource?: string | null
    highlighted?: boolean
    images?: ListingImage[]
    listingID: string
    postcodeInformation?: PostcodeInformation
    primaryCategory?: CategoryRef
    sellerInfo?: SellerInfo
    thumbnail?: ListingImage
    timestamp?: string
    title: string