export interface ShareMintEntity {
  id: number;
  pubkey: string;
  cluster_id: number;
}

export default ShareMintEntity;
