StackLatestTypes publicType aliases
Client
Public type re-exports for `@cipherstash/stack/types`. This module exposes only the public types from the internal types module. Internal helpers (`queryTyp...
Type Alias: Client
type Client = Awaited<ReturnType<typeof newClient>> | undefined;Defined in: .tmp-stack/packages/stack/src/types.ts:29
Public type re-exports for @cipherstash/stack/types.
This module exposes only the public types from the internal types module.
Internal helpers (queryTypeToFfi, queryTypeToQueryOp, FfiIndexTypeName,
QueryTermBase) are excluded.