Type Alias Atom

Atom: {
    Label: string;
    Source: string;
    Specifier: string;
    Tag: unknown;
    Variable: string;
}