@lens-protocol/types
Advanced tools
Comparing version 0.0.0-canary-20241204092617 to 0.0.0-canary-20241206130805
@@ -166,2 +166,12 @@ import { Result, Ok, Err, ResultAsync } from 'neverthrow'; | ||
type DateTime = Tagged<string, 'DateTime'>; | ||
/** | ||
* Beautify the readout of all of the members of that intersection. | ||
* | ||
* @see https://twitter.com/mattpocockuk/status/1622730173446557697 | ||
* | ||
* @internal | ||
*/ | ||
type Prettify<T> = { | ||
[K in keyof T]: T[K]; | ||
} & {}; | ||
@@ -186,2 +196,2 @@ /** | ||
export { type AccessToken, type BigDecimal, type BigIntString, type BlockchainData, type CompactJwt, type Cursor, type DateTime, Deferred, type EncodedTransaction, type EvmAddress, type HexString, type ID, type IdToken, type InferAsyncErrTypes, type InferAsyncOkTypes, InvariantError, type LegacyProfileId, type PostId, type RefreshToken, ResultAwareError, type Signature, type TxHash, type URI, type URL, type UUID, type UsernameValue, type Void, accessToken, assertErr, assertError, assertNever, assertOk, compactJwt, evmAddress, hexString, idToken, invariant, isObject, isValidHexString, never, postId, refreshToken, signatureFrom, txHash, uri, url, uuid }; | ||
export { type AccessToken, type BigDecimal, type BigIntString, type BlockchainData, type CompactJwt, type Cursor, type DateTime, Deferred, type EncodedTransaction, type EvmAddress, type HexString, type ID, type IdToken, type InferAsyncErrTypes, type InferAsyncOkTypes, InvariantError, type LegacyProfileId, type PostId, type Prettify, type RefreshToken, ResultAwareError, type Signature, type TxHash, type URI, type URL, type UUID, type UsernameValue, type Void, accessToken, assertErr, assertError, assertNever, assertOk, compactJwt, evmAddress, hexString, idToken, invariant, isObject, isValidHexString, never, postId, refreshToken, signatureFrom, txHash, uri, url, uuid }; |
{ | ||
"name": "@lens-protocol/types", | ||
"version": "0.0.0-canary-20241204092617", | ||
"version": "0.0.0-canary-20241206130805", | ||
"description": "Low-level types for Lens SDK", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
41132
199