Use the same create logic for Mailer report creation

This commit is contained in:
Eli Ribble 2026-04-21 14:41:06 +00:00
parent f927b0a911
commit bd3e42f83e
No known key found for this signature in database
4 changed files with 13 additions and 24 deletions

View file

@ -174,7 +174,7 @@ export interface PublicReportDTO {
//water?: Water;
uri: string;
}
export interface PublicReportCreateRequest {
export interface PublicReportComplianceCreateRequest {
client_id: string;
district?: string;
mailer_id?: string;