export interface Testimonial {
  id: string;
  quoteKey: string;
  authorKey: string;
  roleKey: string;
}
