export const transmissionTypes = { ftp: { templateUrl: 'scripts/apps/publish/views/ftp-config.html', }, email: { templateUrl: 'scripts/apps/publish/views/email-config.html', }, ODBC: { templateUrl: 'scripts/apps/publish/views/odbc-config.html', }, File: { templateUrl: 'scripts/apps/publish/views/file-config.html', }, http_push: { templateUrl: 'scripts/apps/publish/views/http-push-config.html', }, };