rojects/source/locales/generated/commands/Commands.ts

9 lines
223 B
TypeScript
Raw Normal View History

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