9 lines
223 B
TypeScript
9 lines
223 B
TypeScript
|
|
// Auto-generated by localeGenerator — do not edit manually.
|
||
|
|
|
||
|
|
import { FileTreeCommands } from './file-tree-commands/FileTreeCommands.js';
|
||
|
|
|
||
|
|
export class Commands
|
||
|
|
{
|
||
|
|
static readonly FileTreeCommands = FileTreeCommands;
|
||
|
|
}
|