Takaro - v0.4.9
    Preparing search index...

    Interface ItemsOutputDTO

    ItemsOutputDTO

    interface ItemsOutputDTO {
        code: string;
        createdAt: string;
        description?: string;
        gameserverId: string;
        icon?: string;
        id: string;
        name: string;
        updatedAt: string;
    }
    Index

    Properties

    code: string

    ItemsOutputDTO

    createdAt: string

    ItemsOutputDTO

    description?: string

    ItemsOutputDTO

    gameserverId: string

    ItemsOutputDTO

    icon?: string

    ItemsOutputDTO

    id: string

    ItemsOutputDTO

    name: string

    ItemsOutputDTO

    updatedAt: string

    ItemsOutputDTO