UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

4 lines 99 B
export interface CacheConfigInterface { store: 'memory' | 'redis' | 'fs'; connection: string; }