export type SolanaProjectDetails = {
    symbol?: string | null;
    collectionFamily?: string | null;
    collectionimage?: string | null;
    sellerFeeBasisPoints?: number | null;
};
