@pkmn/dex 0.7.28 → 0.7.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -188,7 +188,6 @@ declare class Move extends BasicEffect<T.MoveName> implements T.Move {
188
188
  readonly hasCrashDamage?: boolean;
189
189
  readonly hasSheerForce?: boolean;
190
190
  readonly isConfusionSelfHit?: boolean;
191
- readonly isFutureMove?: boolean;
192
191
  readonly noMetronome?: T.MoveName[];
193
192
  readonly noSketch?: boolean;
194
193
  readonly stallingMove?: boolean;