Files
ClosedCode/packages/plugin/src/v2/effect/location.ts
T

7 lines
116 B
TypeScript

export interface Location {
readonly directory: string
readonly project: {
readonly directory: string
}
}