DeleteUserCrashReportsResponse
import type { DeleteUserCrashReportsResponse } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";Response message for the DeleteUserCrashReports method. All crash reports associated with the specified user will be deleted typically within 24 hours of receiving the crash report.
interface DeleteUserCrashReportsResponse {
targetCompleteTime?: Date;
}