@sphereon/ssi-sdk.data-store
Version:
4 lines • 297 B
TypeScript
import { ActivityLoggingEvent, AuditLoggingEvent } from '@sphereon/ssi-sdk.core';
export type NonPersistedAuditLoggingEvent = Omit<AuditLoggingEvent, 'id' | 'type'>;
export type NonPersistedActivityLoggingEvent = Omit<ActivityLoggingEvent, 'id' | 'type'>;
//# sourceMappingURL=eventLogger.d.ts.map