TransactWriteConfig
type TransactWriteConfig<Schema> = BaseConfig & object;Type Declaration
Section titled “Type Declaration”idempotencyToken?
Section titled “idempotencyToken?”optional idempotencyToken: string;returnItemCollectionMetrics?
Section titled “returnItemCollectionMetrics?”optional returnItemCollectionMetrics: ReturnItemCollectionMetrics;writes
Section titled “writes”writes: WriteTransactable<Schema>[];Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject