Takaro - v0.4.9
    Preparing search index...

    Interface ShopCategoryBulkAssignDTO

    ShopCategoryBulkAssignDTO

    interface ShopCategoryBulkAssignDTO {
        addCategoryIds?: string[];
        listingIds: string[];
        removeCategoryIds?: string[];
    }
    Index

    Properties

    addCategoryIds?: string[]

    ShopCategoryBulkAssignDTO

    listingIds: string[]

    ShopCategoryBulkAssignDTO

    removeCategoryIds?: string[]

    ShopCategoryBulkAssignDTO