UNPKG

@dappnode/schemas

Version:

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

8 lines 350 B
import { Compose, Manifest } from "@dappnode/types"; /** * Validates against custom dappnode docker compose specs. * This function must be executed after the official docker schema * @param param0 */ export declare function validateDappnodeCompose(compose: Compose, manifest: Manifest): void; //# sourceMappingURL=validateDappnodeCompose.d.ts.map