Takaro - v0.4.9
    Preparing search index...

    Interface ShopCategoryOutputDTO

    ShopCategoryOutputDTO

    interface ShopCategoryOutputDTO {
        children?: ShopCategoryOutputDTO[];
        createdAt: string;
        emoji: string;
        id: string;
        listingCount?: number;
        listings?: ShopListingOutputDTO[];
        name: string;
        parent?: ShopCategoryOutputDTO;
        parentId?: string;
        updatedAt: string;
    }
    Index

    Properties

    ShopCategoryOutputDTO

    createdAt: string

    ShopCategoryOutputDTO

    emoji: string

    ShopCategoryOutputDTO

    id: string

    ShopCategoryOutputDTO

    listingCount?: number

    ShopCategoryOutputDTO

    ShopCategoryOutputDTO

    name: string

    ShopCategoryOutputDTO

    ShopCategoryOutputDTO

    parentId?: string

    ShopCategoryOutputDTO

    updatedAt: string

    ShopCategoryOutputDTO