UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

10 lines (8 loc) 164 B
type Contact = { phone?: string, company_name: string, name?: string, email?: string, type: 'sfu/contact', }; export default Contact;