/** Trigger validation to be called on a given field. */
export type ValidateSubmissionAction = {
  type: 'VALIDATE_SUBMISSION';
};
