interface FileListResponse {
    path: string;
    raw: any;
}

Hierarchy (view full)

Properties

Properties

path: string
raw: any