recipes/web/context.ts

4 lines
48 B
TypeScript
Raw Normal View History

2022-05-22 15:13:30 +03:00
export interface Context {
locPath: string;
}