Takaro - v0.7.2
    Preparing search index...

    Interface ShopTopListingDTO

    ShopTopListingDTO

    interface ShopTopListingDTO {
        name: string;
        orderCount: number;
        quantity: number;
        totalRevenue: number;
    }
    Index

    Properties

    name: string

    ShopTopListingDTO

    orderCount: number

    ShopTopListingDTO

    quantity: number

    ShopTopListingDTO

    totalRevenue: number

    ShopTopListingDTO