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