Type Alias ApplyGroupStateWarning

type ApplyGroupStateWarning = {
    qState?: GroupState;
    qType?: ApplyGroupStateWarningType;
}
Index

Properties

Properties

qState?: GroupState

Group state that could not be applied.

Nature of the warning.

One of:

  • group_missing or GROUP_MISSING
  • group_not_applicable or GROUP_NOT_APPLICABLE
  • fielddef_missing or FIELDDEF_MISSING