export interface CheckTypes {
  id: number;
  role: string;
  label: string;
  image: string;
  summary: string;
}
