0dbc9de
1
2
3
4
5
6
7
8
9
export interface Path { readonly home: string readonly data: string readonly cache: string readonly config: string readonly state: string readonly temp: string }