招聘网页
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

contact.d.ts 321B

123456789101112131415161718192021
  1. declare namespace CompanyInviteContactType {
  2. type InviteContactFormType = {
  3. contact: '',
  4. possession: '',
  5. phone: '',
  6. phone_public: 2,
  7. mobile: '',
  8. mobile_public: 2,
  9. email: '',
  10. email_public: 2,
  11. fax: '',
  12. fax_public: 2,
  13. other_address: '',
  14. interview_address: '',
  15. }
  16. type OtherFormType = {
  17. }
  18. }