mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
Update sdk comments (#2793)
* sdk tweaks * switch back to deeppartial * WIP, update comments * reinstall chesterton's fence --------- Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -11,7 +11,6 @@ import { execSync } from "child_process"
|
||||
/**
|
||||
* @description Use this function to define critical information about your package
|
||||
*
|
||||
* @param versions Every version of the package, imported from ./versions
|
||||
* @param manifest Static properties of the package
|
||||
*/
|
||||
export function setupManifest<
|
||||
@@ -23,7 +22,7 @@ export function setupManifest<
|
||||
assets: AssetTypes[]
|
||||
volumes: VolumesTypes[]
|
||||
} & SDKManifest,
|
||||
>(manifest: Manifest): Manifest {
|
||||
>(manifest: Manifest & SDKManifest): Manifest {
|
||||
return manifest
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user