@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface IEnvironmentJson {
        builtInEnv: true | undefined;
        id: number;
        memory: Record<BrandedIdentifier, IdentifierDefinition[]>;
        parent: IEnvironmentJson;
    }
    Index

    Properties

    builtInEnv: true | undefined
    id: number