export interface FarmUserEntity {
  id: number;
  pubkey: string;
  cluster_id: number;
}
export default FarmUserEntity;
