feat(plugin): add v2 effect host (#33111)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface Path {
|
||||
readonly home: string
|
||||
readonly data: string
|
||||
readonly cache: string
|
||||
readonly config: string
|
||||
readonly state: string
|
||||
readonly temp: string
|
||||
}
|
||||
Reference in New Issue
Block a user