import type { HyphenDesignCd } from './HyphenDesignCd.js'; /** * 하이픈 bypass 파라미터 */ export type HyphenBypass = { designCd?: HyphenDesignCd | undefined; };