Type Definition OptionalLabel
binjs_es6::ast
type OptionalLabel = Option<Label>;
Alias to optional type type.