glean-0.1.0.0: glean/schema/source/code.hack.angle
# Copyright (c) Meta Platforms, Inc. and affiliates.
schema code.hack.4 {
import hack
type Entity =
{
decl : hack.Declaration |
}
type Annotations =
{
attributes: [hack.UserAttribute] |
}
type CallArgument = hack.CallArgument
}