API referenceServertype-aliasesKeyValueOn this pageKeyValue KeyValue<T>: object Represents a key-value pair with an optional expiration date. Type Parameters Type ParameterDescriptionTThe type of the value stored. Type declaration expires_at? optional expires_at: Date key key: string value value: T