Update some of the types

This commit is contained in:
J H
2024-03-11 15:37:04 -06:00
parent 4a285225db
commit 99bb55af73
4 changed files with 122 additions and 21 deletions

View File

@@ -7,10 +7,10 @@ import { DataModel } from 'src/app/services/patch-db/data-model'
import { PatchDB } from 'patch-db-client'
import { QRComponent } from 'src/app/components/qr/qr.component'
import { map } from 'rxjs'
import {
ServiceInterface,
ServiceInterfaceWithHostInfo,
} from '@start9labs/start-sdk/mjs/lib/types'
import { types as T } from '@start9labs/start-sdk'
type ServiceInterface = T.ServiceInterface
type ServiceInterfaceWithHostInfo = T.ServiceInterfaceWithHostInfo
type MappedInterface = ServiceInterface & {
addresses: MappedAddress[]