mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* port 040 config, WIP * update fixtures * use taiga modal for backups too * fix: update Taiga UI and refactor everything to work * chore: package-lock * fix interfaces and mocks for interfaces * better mocks * function to transform old spec to new * delete unused fns * delete unused FE config utils * fix exports from sdk * reorganize exports * functions to translate config * rename unionSelectKey and unionValueKey * Adding in the transformation of the getConfig to the new types. * chore: add Taiga UI to preloader --------- Co-authored-by: waterplea <alexander@inkin.ru> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: J H <dragondef@gmail.com>
11 lines
396 B
TypeScript
11 lines
396 B
TypeScript
import * as T from "../types"
|
|
|
|
/// Currently being used
|
|
export { addressHostToUrl } from "./getServiceInterface"
|
|
export { getDefaultString } from "./getDefaultString"
|
|
|
|
/// Not being used, but known to be browser compatible
|
|
export { GetServiceInterface, getServiceInterface } from "./getServiceInterface"
|
|
export { getServiceInterfaces } from "./getServiceInterfaces"
|
|
export * from "./typeHelpers"
|