Takaro - v0.4.9
    Preparing search index...

    Interface ShopListingOutputDTO

    ShopListingOutputDTO

    interface ShopListingOutputDTO {
        categories?: ShopCategoryOutputDTO[];
        createdAt: string;
        deletedAt?: string;
        draft: boolean;
        gameServerId: string;
        id: string;
        items: ShopListingItemMetaOutputDTO[];
        name: string;
        price: number;
        updatedAt: string;
    }
    Index

    Properties

    categories?: ShopCategoryOutputDTO[]

    ShopListingOutputDTO

    createdAt: string

    ShopListingOutputDTO

    deletedAt?: string

    ShopListingOutputDTO

    draft: boolean

    ShopListingOutputDTO

    gameServerId: string

    ShopListingOutputDTO

    id: string

    ShopListingOutputDTO

    ShopListingOutputDTO

    name: string

    ShopListingOutputDTO

    price: number

    ShopListingOutputDTO

    updatedAt: string

    ShopListingOutputDTO