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

15 lines
191 B
TypeScript

interface ProsodyFilePaths {
dir: string
pid: string
error: string
log: string
config: string
data: string
modules: string
permanent: boolean
}
export {
ProsodyFilePaths
}