pleshevski.ru/src/context.mts

3 lines
48 B
TypeScript

export interface Context {
locPath: string;
}