UNPKG

@dappnode/schemas

Version:

A shared TypeScript JSON schemas and its validation functions for the manifest and setup wizard dappnode files

7 lines 236 B
import { Manifest } from "@dappnode/types"; /** * Validates manifest file with schema * @param manifest */ export declare function validateManifestSchema(manifest: Manifest): void; //# sourceMappingURL=validateManifestSchema.d.ts.map