Skip to content

UpdateOptionValuesCommand

Message

ts
type UpdateOptionValuesCommand = {
    type: 'updateOptionValues'
    optionValues: string
}