UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

5 lines (4 loc) 118 B
export declare type GetByEntityNameResponse<TEntity = any> = { currentStates: TEntity[]; errors: string[]; };