Variable OptionTypeConst

OptionType: {
    None: symbol;
    Some: symbol;
} = ...

Enum-like object to represent the type of an Option (Some or None).