peertube-plugin-livechat/server/lib/prosody/config/paths.ts

18 lines
220 B
TypeScript

interface ProsodyFilePaths {
dir: string
pid: string
error: string
log: string
config: string
data: string
bots: {
dir: string
demobot: string
}
modules: string
}
export {
ProsodyFilePaths
}