export interface SetNewReviewDateRequest { siteUrl: string; documentId: string; propertyName: string; newReviewDate: string | Date; }