SettingsSetDTO

interface SettingsSetDTO {
    gameServerId?: string;
    value: any;
}

Properties

Properties

gameServerId?: string

SettingsSetDTO

value: any

SettingsSetDTO