export type NftFileV2 = {
    mimetype?: string | null;
    fileFromBase64?: string | null;
    fileFromsUrl?: string | null;
    fileFromIPFS?: string | null;
};
