export interface AddField {
  /** The ID of the field to add. */
  fieldId: string;
}
