mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
chore: Update the backups
This commit is contained in:
8
lib/manifest/setupManifest.ts
Normal file
8
lib/manifest/setupManifest.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { GenericManifest } from "./ManifestTypes";
|
||||
|
||||
export function setupManifest<
|
||||
M extends GenericManifest & { id: Id },
|
||||
Id extends string,
|
||||
>(manifest: M): M {
|
||||
return manifest;
|
||||
}
|
||||
Reference in New Issue
Block a user