interface ModelFile {
    name: string;
    pathIndex: number;
}

Properties

Properties

name: string
pathIndex: number