Represents the parameters for the rentStorage function.
rentStorage
type RentStorageParams = { chain?: Chain; client: ThirdwebClient; disableCache?: boolean; fid: bigint | number | string; units?: bigint | number | string;};