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

    Interface ListingConnection

    interface ListingConnection {
        edges?: { node: Listing }[];
        pageInfo?: PageInfo;
        placements?: unknown[];
        totalCount?: number;
    }
    Index

    Properties

    edges?: { node: Listing }[]
    pageInfo?: PageInfo
    placements?: unknown[]
    totalCount?: number