@pulumi/pulumi
    Preparing search index...

    Interface ProjectRuntimeInfo

    A description of the project's program runtime and associated metadata.

    interface ProjectRuntimeInfo {
        name: string;
        options?: { [key: string]: any };
    }
    Index

    Properties

    Properties

    name: string
    options?: { [key: string]: any }