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