Files
standardnotes-server/packages/auth/src/Domain/Cache/CacheEntryProps.ts
T

6 lines
92 B
TypeScript

export interface CacheEntryProps {
key: string
value: string
expiresAt: Date | null
}