ft_transcendence/pong/node_modules/@nestjs/common/cache/default-options.d.ts
2023-05-02 19:15:50 +02:00

6 lines
100 B
TypeScript

export declare const defaultCacheOptions: {
ttl: number;
max: number;
store: string;
};