Update beps/00010-event-auditor/README.md
Co-authored-by: Frank Kong <50030060+Zaperex@users.noreply.github.com> Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
@@ -112,7 +112,7 @@ export type AuditEventSuccessStatus = { status: 'succeeded' };
|
||||
*/
|
||||
export type AuditEventFailureStatus<E = ErrorLike> = {
|
||||
status: 'failed';
|
||||
errors: E;
|
||||
errors: E[];
|
||||
};
|
||||
|
||||
export type AuditEventStatus = AuditEventSuccessStatus | AuditEventFailureStatus | undefined;
|
||||
|
||||
Reference in New Issue
Block a user