Takaro - v0.6.0
    Preparing search index...

    Interface ShopListingUpdateDTO

    ShopListingUpdateDTO

    interface ShopListingUpdateDTO {
        categoryIds?: string[];
        draft?: boolean;
        gameServerId?: string;
        items?: ShopListingItemMetaInputDTO[];
        name?: string;
        price?: number;
        shopActionId?: string;
        sortOrder?: number;
    }
    Index

    Properties

    categoryIds?: string[]

    ShopListingUpdateDTO

    draft?: boolean

    ShopListingUpdateDTO

    gameServerId?: string

    ShopListingUpdateDTO

    ShopListingUpdateDTO

    name?: string

    ShopListingUpdateDTO

    price?: number

    ShopListingUpdateDTO

    shopActionId?: string

    ShopListingUpdateDTO

    sortOrder?: number

    ShopListingUpdateDTO