# Copyright (c) Meta Platforms, Inc. and affiliates. schema code.buck.1 { import buck.4 import src type Entity = { locator : buck.Locator | file : src.File | definition : buck.Definition | } }