@eagleoutice/flowr - v2.9.14
    Preparing search index...

    Holds a collection of files (started with the expression list)

    interface RProject<Info = NoInfo> {
        files: RProjectFile<Info>[];
        info?: { id: NodeId };
        type: Project;
    }

    Type Parameters

    Index

    Properties

    Properties

    files: RProjectFile<Info>[]
    info?: { id: NodeId }
    type: Project