/** 사업자등록 정보 조회를 위한 입력 정보 */
export type GetB2bBusinessInfosBody = {
    /** 조회할 사업자등록번호 리스트 */
    brnList: string[];
};
