UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

8 lines (6 loc) 144 B
type CustomerInterlocutor = { firstname?: string, lastname?: string, email: string, }; export default CustomerInterlocutor;