type DistributeContent = { amount: string; recipient: string };
type amount = string;
type recipient = string;