UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

12 lines (9 loc) 207 B
import InputContact from './InputContact'; import Score from './Score'; type Contact = InputContact & { id: string, score?: Score, created_at: string, updated_at: string }; export default Contact;