1 2 3 4 5 6 7 8 9 export type SqsScanJob = { auditId: string; scanId: string; urlId: string; url: string; type: string; isStaging?: boolean; };
1 2 3 4 5 6 7 8 9
export type SqsScanJob = { auditId: string; scanId: string; urlId: string; url: string; type: string; isStaging?: boolean; };