CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

EncryptionClientConfig

EncryptionClientConfig is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.

@cipherstash/stack


Type Alias: EncryptionClientConfig

type EncryptionClientConfig = {
  schemas: AtLeastOneCsTable<EncryptedTable<EncryptedTableColumn>>;
  config?: ClientConfig;
};

Defined in: packages/stack/src/types.ts:97

Properties

schemas

schemas: AtLeastOneCsTable<EncryptedTable<EncryptedTableColumn>>;

Defined in: packages/stack/src/types.ts:98


config?

optional config: ClientConfig;

Defined in: packages/stack/src/types.ts:99

On this page