Interface PreparedDBFileHandle

interface PreparedDBFileHandle {
    fromCached: boolean;
    handle: any;
    path: string;
}

Properties

fromCached: boolean
handle: any
path: string