ItemCreateDTO

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

Properties

code: string

ItemCreateDTO

description?: string

ItemCreateDTO

gameserverId: string

ItemCreateDTO

icon?: string

ItemCreateDTO

name: string

ItemCreateDTO