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