interface TestOther { isIDCard: Function; isPostalCode: Function; } export default TestOther;