# Copyright (c) Meta Platforms, Inc. and affiliates. schema code.lsif.2 { import lsif type Entity = { erlang : lsif.SomeEntity | fsharp : lsif.SomeEntity | go : lsif.SomeEntity | haskell : lsif.SomeEntity | java : lsif.SomeEntity | kotlin : lsif.SomeEntity | ocaml : lsif.SomeEntity | python : lsif.SomeEntity | rust : lsif.SomeEntity | scala : lsif.SomeEntity | swift : lsif.SomeEntity | typescript : lsif.SomeEntity | } }