Type Alias Atom

Atom: {
    Label: Label;
    Source: SourceValue;
    Specifier: SourceValue | SpecifierName;
    Tag: Hash;
    Variable: Variable;
}