Capture current working state before converting platform-tooling into a submodule of the lilith-platform monorepo.
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
export declare const defaultCacheOptions: {
|
|
ttl: number;
|
|
max: number;
|
|
store: string;
|
|
};
|