Datalayer Desktop - v0.0.3
    Preparing search index...

    Runtime creation options.

    interface RuntimeOptions {
        environmentId?: string;
        name?: string;
        resources?: { cpu?: string; memory?: string };
    }
    Index
    environmentId?: string
    name?: string
    resources?: { cpu?: string; memory?: string }