interface Interaction {
    data: Types.Game.IGEs.Interactions.all;
    type: "interaction" | "interaction_confirm";
}

Properties

Properties

type: "interaction" | "interaction_confirm"