Typecorev0.6.0OptionKindA slash option kind as a plain string union (string, channel, ...), keyed to the registry. type OptionKind = | "string" | "integer" | "number" | "boolean" | "user" | "channel" | "role" | "mentionable" | "attachment";