export type GetLeaderboardChangePayload = {
  walletAddress: string;
  additionalPoints: number;
};
