@fabric-es/fabric-cqrs
Version:
Hyperledger Fabric middleware for event sourcing and cqrs pattern
30 lines (29 loc) • 548 B
TypeScript
export declare const baseIndexDefinition: {
_ts: {
altName: string;
index: {
type: string;
sortable: boolean;
};
};
_created: {
altName: string;
index: {
type: string;
sortable: boolean;
};
};
_creator: {
altName: string;
index: {
type: string;
};
};
_organization: {
altName: string;
index: {
type: string;
sortable: boolean;
};
};
};