recipes/web/context.ts

4 lines
48 B
TypeScript

export interface Context {
locPath: string;
}