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