export type DeleteAllNftsDetail = {
    nftUid?: string | null;
    nftName?: string | null;
    errorMessage?: string | null;
};
