© 2026 Hedgehog Software, LLC
export const types = scope({ User: { "id": "number", "supervisor": "User" "createdAt": "string.date.parse" } })
const user = types.User(data)