import type { DataSourceOptions } from 'typeorm';
export type DataSourceCacheOption = DataSourceOptions['cache'];
