mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 15:34:05 +08:00
69d7532c6c
feat: clickhouse driver * sync * updates
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
export const CacheKey = {
|
|
LICENSE_VALID: (workspaceId: string) => `license:valid:${workspaceId}`,
|
|
};
|