opencode/packages/plugin/src/v2/effect/path.ts

8 lines
174 B
TypeScript

export interface Path {
readonly home: string
readonly data: string
readonly cache: string
readonly config: string
readonly state: string
readonly temp: string
}