export type WhitelistetedCountClass = {
    address?: string | null;
    countNft?: number;
    stakeAddress?: string | null;
};
