UNPKG

@vulcan-sql/core

Version:
8 lines (7 loc) 274 B
import { ICacheLayerOptions } from '../models/index'; export declare class CacheLayerOptions implements ICacheLayerOptions { readonly type?: string; readonly folderPath?: string; readonly loader: string; constructor(options?: Partial<ICacheLayerOptions>); }