import type { Game } from "../..";

export interface Ribbon {
  "config.handling": Game.Handling;
}
