blob: 0b4c70f9d0045be30ce9ad58a3691e7dca8d04e3 [file] [log] [blame]
export class AuditStatus{
id: number;
createdDate: number;
final: boolean;
jobId :string;
jobStatus :string;
source: string;
requestId: string;
additionalInfo :any
}