blob: b498e6a964636fb8286c2fd9e491b996c8ab07c7 [file] [log] [blame]
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export enum FilesExpandedState {
ALL = 'all',
NONE = 'none',
SOME = 'some',
}