UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

9 lines (6 loc) 137 B
import InputGroup from "./InputGroup"; type Group = InputGroup & { created_at: string, updated_at: string }; export default Group;