mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Do the migrations
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { GenericManifest } from "./ManifestTypes";
|
||||
import { GenericManifest, ManifestVersion } from "./ManifestTypes";
|
||||
|
||||
export function setupManifest<
|
||||
M extends GenericManifest & { id: Id },
|
||||
M extends GenericManifest & { id: Id; version: Version },
|
||||
Id extends string,
|
||||
Version extends ManifestVersion,
|
||||
>(manifest: M): M {
|
||||
return manifest;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user