fix types

This commit is contained in:
Matt Hill
2023-03-15 15:01:16 -06:00
committed by Aiden McClelland
parent 178391e7b2
commit 6556fcc531
13 changed files with 455 additions and 11398 deletions

View File

@@ -12,7 +12,7 @@ import {
ModalController,
} from '@ionic/angular'
import { GenericFormPage } from 'src/app/modals/generic-form/generic-form.page'
import { ConfigSpec } from 'start-sdk/types/config-types'
import { InputSpec } from 'start-sdk/types/config-types'
import { ApiService } from 'src/app/services/api/embassy-api.service'
import { ErrorToastService } from '@start9labs/shared'
import { MappedBackupTarget } from 'src/app/types/mapped-backup-target'
@@ -274,7 +274,7 @@ export class BackupDrivesStatusComponent {
@Input() hasValidBackup!: boolean
}
const CifsSpec: ConfigSpec = {
const CifsSpec: InputSpec = {
hostname: {
type: 'string',
name: 'Hostname',