@archastro/sdk
    Preparing search index...

    Interface Deployment

    Deployment metadata.

    interface Deployment {
        environment?: string | null;
        release?: string | null;
    }
    Index

    Properties

    environment?: string | null

    Deployment environment, or null when it is not configured.

    release?: string | null

    Opaque SHA-256 fingerprint of the image reference, or null in local development.