export type AptosProjectDetails = {
    collectionImage?: string | null;
    collectionName?: string | null;
};
