Takaro - v0.4.9
    Preparing search index...

    Interface ShopListingUpdateDTO

    ShopListingUpdateDTO

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

    Properties

    categoryIds?: string[]

    ShopListingUpdateDTO

    draft?: boolean

    ShopListingUpdateDTO

    gameServerId?: string

    ShopListingUpdateDTO

    ShopListingUpdateDTO

    name?: string

    ShopListingUpdateDTO

    price?: number

    ShopListingUpdateDTO