© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Are there docs on how to do non-trivial self reference? - arktype
a
arktype
•
17mo ago
•
4 replies
francis
Are there docs on how to do non-trivial self reference?
I can
't seem to find them
. I
'm aware of the
this
this
keyword
, but I
'm looking to do something like
:
const
example
=
type
({
name:
"string"
,
selves:
"this[]"
,
});
const
example
=
type
({
name:
"string"
,
selves:
"this[]"
,
});
arktype
Join
This is a friendly space centered around ArkType, TypeScript's 1:1 validator (https://github.com/arktypeio/arktype)
860
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
non-empty string - how to?
a
arktype / questions
3y ago
Are there examples of how to create mapped types?
a
arktype / questions
2y ago
scope() how to bypass circular reference error?
a
arktype / questions
14mo ago
Nullable reference to another type
a
arktype / questions
5mo ago