Interface ProjectRuntimeInfo

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

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

Properties

Properties

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

Type declaration

  • [key: string]: any

Generated using TypeDoc