/** 포트원 버전 */ export type PortOneVersion = "V1" | "V2" | string & {};