Files
start-os/core/startos/bindings/index.ts
Matt Hill 3b9298ed2b Feature/dependency autoconfig (#2588)
* dependency autoconfig

* FE portion

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
2024-04-03 11:48:26 -06:00

102 lines
5.0 KiB
TypeScript

export { ActionId } from "./ActionId";
export { ActionMetadata } from "./ActionMetadata";
export { AddressInfo } from "./AddressInfo";
export { AddSslOptions } from "./AddSslOptions";
export { Alerts } from "./Alerts";
export { Algorithm } from "./Algorithm";
export { AllowedStatuses } from "./AllowedStatuses";
export { AllPackageData } from "./AllPackageData";
export { AlpnInfo } from "./AlpnInfo";
export { BackupProgress } from "./BackupProgress";
export { BindInfo } from "./BindInfo";
export { BindOptions } from "./BindOptions";
export { BindParams } from "./BindParams";
export { Callback } from "./Callback";
export { ChrootParams } from "./ChrootParams";
export { CreateOverlayedImageParams } from "./CreateOverlayedImageParams";
export { CurrentDependencies } from "./CurrentDependencies";
export { CurrentDependencyInfo } from "./CurrentDependencyInfo";
export { DataUrl } from "./DataUrl";
export { Dependencies } from "./Dependencies";
export { DependencyKind } from "./DependencyKind";
export { DependencyRequirement } from "./DependencyRequirement";
export { DepInfo } from "./DepInfo";
export { Description } from "./Description";
export { DestroyOverlayedImageParams } from "./DestroyOverlayedImageParams";
export { Duration } from "./Duration";
export { EncryptedWire } from "./EncryptedWire";
export { ExecuteAction } from "./ExecuteAction";
export { ExportActionParams } from "./ExportActionParams";
export { ExportedHostInfo } from "./ExportedHostInfo";
export { ExportedHostnameInfo } from "./ExportedHostnameInfo";
export { ExportedIpHostname } from "./ExportedIpHostname";
export { ExportedOnionHostname } from "./ExportedOnionHostname";
export { ExportServiceInterfaceParams } from "./ExportServiceInterfaceParams";
export { ExposeForDependentsParams } from "./ExposeForDependentsParams";
export { FullProgress } from "./FullProgress";
export { GetHostInfoParamsKind } from "./GetHostInfoParamsKind";
export { GetHostInfoParams } from "./GetHostInfoParams";
export { GetPrimaryUrlParams } from "./GetPrimaryUrlParams";
export { GetServiceInterfaceParams } from "./GetServiceInterfaceParams";
export { GetServicePortForwardParams } from "./GetServicePortForwardParams";
export { GetSslCertificateParams } from "./GetSslCertificateParams";
export { GetSslKeyParams } from "./GetSslKeyParams";
export { GetStoreParams } from "./GetStoreParams";
export { GetSystemSmtpParams } from "./GetSystemSmtpParams";
export { Governor } from "./Governor";
export { HardwareRequirements } from "./HardwareRequirements";
export { HealthCheckId } from "./HealthCheckId";
export { HealthCheckResult } from "./HealthCheckResult";
export { HostAddress } from "./HostAddress";
export { HostId } from "./HostId";
export { HostInfo } from "./HostInfo";
export { HostKind } from "./HostKind";
export { Host } from "./Host";
export { ImageId } from "./ImageId";
export { InstalledState } from "./InstalledState";
export { InstallingInfo } from "./InstallingInfo";
export { InstallingState } from "./InstallingState";
export { IpInfo } from "./IpInfo";
export { ListServiceInterfacesParams } from "./ListServiceInterfacesParams";
export { MainStatus } from "./MainStatus";
export { Manifest } from "./Manifest";
export { MaybeUtf8String } from "./MaybeUtf8String";
export { MountParams } from "./MountParams";
export { MountTarget } from "./MountTarget";
export { NamedProgress } from "./NamedProgress";
export { PackageDataEntry } from "./PackageDataEntry";
export { PackageId } from "./PackageId";
export { PackageState } from "./PackageState";
export { ParamsMaybePackageId } from "./ParamsMaybePackageId";
export { ParamsPackageId } from "./ParamsPackageId";
export { PasswordType } from "./PasswordType";
export { Progress } from "./Progress";
export { Public } from "./Public";
export { RemoveActionParams } from "./RemoveActionParams";
export { RemoveAddressParams } from "./RemoveAddressParams";
export { ReverseProxyBind } from "./ReverseProxyBind";
export { ReverseProxyDestination } from "./ReverseProxyDestination";
export { ReverseProxyHttp } from "./ReverseProxyHttp";
export { ReverseProxyParams } from "./ReverseProxyParams";
export { Security } from "./Security";
export { ServerInfo } from "./ServerInfo";
export { ServerSpecs } from "./ServerSpecs";
export { ServerStatus } from "./ServerStatus";
export { ServiceInterfaceId } from "./ServiceInterfaceId";
export { ServiceInterface } from "./ServiceInterface";
export { ServiceInterfaceType } from "./ServiceInterfaceType";
export { ServiceInterfaceWithHostInfo } from "./ServiceInterfaceWithHostInfo";
export { SessionList } from "./SessionList";
export { Sessions } from "./Sessions";
export { Session } from "./Session";
export { SetConfigured } from "./SetConfigured";
export { SetDependenciesParams } from "./SetDependenciesParams";
export { SetHealth } from "./SetHealth";
export { SetMainStatus } from "./SetMainStatus";
export { SetStoreParams } from "./SetStoreParams";
export { Status } from "./Status";
export { UpdateProgress } from "./UpdateProgress";
export { UpdatingState } from "./UpdatingState";
export { VolumeId } from "./VolumeId";
export { WifiInfo } from "./WifiInfo";