Takaro - v0.4.9
    Preparing search index...

    Interface ShopListingCreateDTO

    ShopListingCreateDTO

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

    Properties

    categoryIds?: string[]

    ShopListingCreateDTO

    draft?: boolean

    ShopListingCreateDTO

    gameServerId: string

    ShopListingCreateDTO

    ShopListingCreateDTO

    name: string

    ShopListingCreateDTO

    price: number

    ShopListingCreateDTO