import { ClassType } from "./class.type"; export type SwaggerArrayItemType = ClassType | "Boolean" | "Number" | "Object" | "String";