@resistdesign/voltra
    Preparing search index...

    Type Alias FullTextDdbBackendConfig

    FullTextDdbBackendConfig: FullTextDdbWriterConfig & {
        client: DynamoQueryClient;
    }

    Configuration for the combined fulltext backend.

    Table names are required and should be injected per deployment.

    Type Declaration