OperationalStateServer: Type<WithAlterations<OperationalState.Cluster, {
    attributes: {
        countdownTime: {
            optional: false;
        };
    };
}>, typeof OperationalStateServer, OperationalStateInterface> = ...

The OperationalState cluster is required by the Matter specification.

This version of OperationalStateServer is specialized per the specification.