Stone.js API
Docs
Home
Preparing search index...
stone-js-openapi/src/declarations
ZodLike
Interface ZodLike
Structural shape of a Zod schema (so this module never hard-depends on Zod).
interface
ZodLike
{
_def
:
unknown
;
safeParse
:
(
data
:
unknown
)
=>
unknown
;
}
Index
Properties
_
def
safe
Parse
Properties
_
def
_def
:
unknown
safe
Parse
safeParse
:
(
data
:
unknown
)
=>
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
def
safe
Parse
Docs
Home
Stone.js API
Loading...
Structural shape of a Zod schema (so this module never hard-depends on Zod).