UNPKG

@golemio/pid

Version:
9 lines (8 loc) 272 B
import { GTFSDatasets, ICachedDataset } from "../helpers/HelperTypes"; export declare class CachedDatasetSchema implements ICachedDataset { filepath: string; name: string; mtime?: string | undefined; type?: string | undefined; dataset: GTFSDatasets; }