Skip to content

Yurba.js / @yurbajs/types / OptionType

Type Alias: OptionType

OptionType = "string" | "boolean" | "int" | "user" | "repost"

Supported option types for commands.

Example

ts
type: "string"
type: "boolean"
type: "int"
type: "user"
type: "repost"