Type Alias Atom

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