/** A list of editable field details. */
export interface IssueUpdateMetadata {
  /** A list of editable field details. */
  fields?: unknown;
}
