Takaro - v0.4.9
    Preparing search index...

    Interface ItemCreateDTO

    ItemCreateDTO

    interface ItemCreateDTO {
        code: string;
        description?: string;
        gameserverId: string;
        icon?: string;
        name: string;
    }
    Index

    Properties

    code: string

    ItemCreateDTO

    description?: string

    ItemCreateDTO

    gameserverId: string

    ItemCreateDTO

    icon?: string

    ItemCreateDTO

    name: string

    ItemCreateDTO