export interface ILogContext { actionName: string; payload: string; result: string; } //# sourceMappingURL=ILogContext.d.ts.map