Entity_Axolotl: {
    type: "compound";
    value: {
        DamageTime?: { type: "short"; value: number };
        TicksRemainingUntilDryOut: { type: "int"; value: number };
    };
} & ActorPrefix & Component_Ageable

Additional fields for axolotl.