Variable TogAttributesConst

TogAttributes: TObject<{
    _attributes: TOptional<TObject<{
        enabled: TOptional<TString>;
    }>>;
}> = ...