type GetUsdStoragePriceParams = { chain?: Chain; client: ThirdwebClient; disableCache?: boolean; units?: bigint | number | string;};
type chain = Chain;
type client = ThirdwebClient;
type disableCache = boolean;
type units = bigint | number | string;