Interface AlgebraLifecycleProvenance

interface AlgebraLifecycleProvenance {
    source: "sdk-config" | "official-deployment" | "verified-explorer";
    urls: readonly [`https://${string}`, `https://${string}`];
}

Properties

Properties

source: "sdk-config" | "official-deployment" | "verified-explorer"
urls: readonly [`https://${string}`, `https://${string}`]