UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

10 lines (8 loc) 149 B
type InputContact = { id?: string, company?: string, phone_number?: string, email?: string, name?: string }; export default InputContact;