Takaro - v0.6.0
    Preparing search index...

    Interface ShopListingCreateDTO

    ShopListingCreateDTO

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

    Properties

    categoryIds?: string[]

    ShopListingCreateDTO

    draft?: boolean

    ShopListingCreateDTO

    gameServerId: string

    ShopListingCreateDTO

    ShopListingCreateDTO

    name: string

    ShopListingCreateDTO

    price: number

    ShopListingCreateDTO

    shopActionId?: string

    ShopListingCreateDTO

    sortOrder?: number

    ShopListingCreateDTO