In the first line you create variable box with type Box3. Variable also can be null.
In the second line you check that variable box is not null
In third line you use method .getCenter() for variable box. Typescript use method from type type Box3 because type was described in first line.