Takaro - v0.4.9
    Preparing search index...

    Interface ShopCategoryCreateDTO

    ShopCategoryCreateDTO

    interface ShopCategoryCreateDTO {
        emoji: string;
        name: string;
        parentId?: string;
    }
    Index

    Properties

    Properties

    emoji: string

    ShopCategoryCreateDTO

    name: string

    ShopCategoryCreateDTO

    parentId?: string

    ShopCategoryCreateDTO