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

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

Type Parameters

Properties

Properties

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