mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
misc sdk changes (#2934)
* misc sdk changes * delete the store ☠️ * port comments * fix build * fix removing * fix tests * beta.20 --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { ISB } from '@start9labs/start-sdk'
|
||||
|
||||
export async function configBuilderToSpec(
|
||||
builder:
|
||||
| ISB.InputSpec<Record<string, unknown>, unknown>
|
||||
| ISB.InputSpec<Record<string, unknown>, never>,
|
||||
builder: ISB.InputSpec<Record<string, unknown>>,
|
||||
) {
|
||||
return builder.build({} as any)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user