/**
 * **면세 금액**
 *
 * 미입력 시 0으로 취급됩니다.
 */
export type TaxFreeAmount = number;
