CAP Node.js API / cap-core/src / isLegacyTransactionalPublishStorage
isLegacyTransactionalPublishStorage<
TTx>(storage):storage is TransactionalPublishStoragePort<TTx> & { savePublishWithTx: (event: CapPublishEvent<T>, tx: TTx) => Promise<string> }
Defined in: cap-core/src/ports/publish-storage.port.ts:84
TTx = unknown
PublishStoragePort<TTx>
storage is TransactionalPublishStoragePort<TTx> & { savePublishWithTx: (event: CapPublishEvent<T>, tx: TTx) => Promise<string> }