import FraudCheck from './dto/FraudCheck'; type FraudCheckListResponse = { items: FraudCheck[]; }; export default FraudCheckListResponse;