GetStoragePriceParams
type GetStoragePriceParams = {  disableCache?: boolean;  units?: bigint | number | string;};
type disableCache = boolean;
type units = bigint | number | string;
type GetStoragePriceParams = {  disableCache?: boolean;  units?: bigint | number | string;};
type disableCache = boolean;
type units = bigint | number | string;