/** * 모달 선택 결과 */ export interface SelectModalOutputResult { selectedKeys: TKey[]; }