Skip to content

UpdateLevelOptionCommand

Message

ts
type UpdateLevelOptionCommand = {
    type: 'updateLevelOption'
    levelOption: LevelOptionEntry
}