rojects/source/commands/CommandContext.ts

5 lines
67 B
TypeScript
Raw Permalink Normal View History

export class CommandContext
{
depth: number;
path: string[];
}