import type { BacklogApiErrorDetail } from "./BacklogApiErrorDetail"; export type BacklogApiErrorDetailList = [ BacklogApiErrorDetail, ...BacklogApiErrorDetail[] ];