ASSET_GROUP_MODES
constASSET_GROUP_MODES: readonly ["local","subpackage","remote"]
Defined in: asset/assetGroups.ts:23
The user-facing delivery modes for a group, as a runtime list so callers
(the editor’s Delivery menu / badges) enumerate them from one source instead
of hand-repeating the members. subpackage maps to the manifest’s lazy
bundle mode; local/remote map to themselves.