7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
|
// Copyright (C) 2023 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
export class NavigationMenuObject {
|
||
|
protected static BUCKETS_XPATH = `Buckets`;
|
||
|
}
|