We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01266fa commit 918a06dCopy full SHA for 918a06d
types/index.d.ts
@@ -52,7 +52,7 @@ declare namespace fastifyCaching {
52
): void;
53
/**
54
* If AbstractCache is using useAwait = true, then this method-header must be used.
55
- * @param key
+ * @param key
56
*/
57
get<T = unknown>(
58
key: string | { id: string; segment: string },
@@ -130,9 +130,8 @@ declare namespace fastifyCaching {
130
serverExpiresIn?: number;
131
}
132
133
- export const privacy: {
134
- privacy: Privacy;
135
- };
+ export const privacy: Privacy;
+
136
export const fastifyCaching: FastifyCaching;
137
export { fastifyCaching as default };
138
0 commit comments