export type SerializableTestimonial = { id: number | null; name: string | null; content: string | null; displayDate: string | null; contactCounty: string | null; createdAt: string | null; }; //# sourceMappingURL=testimonial.d.ts.map