Interface HonuaDeploymentDiscoveryInputExperimental

interface HonuaDeploymentDiscoveryInput {
    baseUrl: string;
    manifestUrl?: string;
    type: "honua-deployment";
}

Properties

baseUrl: string
manifestUrl?: string

Overrides the standard manifest URL. Relative values resolve from baseUrl.

type