import {Feedback} from "./types/feedback"; export const tusPath = 'https://nta01.romanmatena.cz:8880/upload/' export const config: Feedback.Config = { url: '', headers: { }, project: '', hotkey: true, userRights: ['comment', 'close', 'assign'] } if (!('tus' in config)) { config.tus = tusPath }