export interface RecaptchaDomain {
  id: string;
  domain: string;
  created_at: string;
  updated_at: string;
}
