pleshevski.ru/src/context.mts

4 lines
48 B
TypeScript
Raw Normal View History

2022-03-21 22:50:07 +03:00
export interface Context {
locPath: string;
}