/** * 한 줄 형식 주소 * * 한 줄 형식 주소만 존재합니다. */ export type OneLineAddress = { type: "ONE_LINE"; /** 주소 (한 줄) */ oneLine: string; };