1
0

feat: add type info

This commit is contained in:
Dominik Pschenitschni
2022-09-27 22:54:37 +02:00
parent 480aa8813e
commit 0182695cda
4 changed files with 12 additions and 9 deletions

View File

@ -6,7 +6,7 @@ import AbstractService from '../abstractService'
export default class AbstractMigrationFileService extends AbstractService {
serviceUrlKey = ''
constructor(serviceUrlKey: '') {
constructor(serviceUrlKey: string) {
super({
create: '/migration/' + serviceUrlKey + '/migrate',
})