Skip to content

Commit

Permalink
fix: audit interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Jan 3, 2025
1 parent 1a7fbf2 commit a910a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import type {
export interface Audit extends BaseModel {
getAuditedAt(): string;
getAuditId(): string;
getAuditResult(): object;
getAuditResult(): object | [];
getAuditType(): string;
getFullAuditRef(): string;
getIsError(): boolean;
Expand Down

0 comments on commit a910a35

Please sign in to comment.