interface FileItem {
    name: string;
    path: string;
    repo: string;
}

Hierarchy (view full)

Properties

Properties

name: string
path: string
repo: string