blob: 96192c55bf4c084a33b5841ec08c6b3d25e7e216 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@available(added=HEAD)
library fuchsia.settings.storage;
using fuchsia.settings;
type LightGroups = struct {
groups vector<fuchsia.settings.LightGroup>:MAX;
};