Popii - v0.5.1
GitHub
npm
Preparing search index...
index
PopiiSchema
Interface PopiiSchema<TInput>
interface
PopiiSchema
<
TInput
=
any
>
{
parse
?:
(
data
:
any
)
=>
TInput
;
parseAsync
?:
(
data
:
any
)
=>
Promise
<
TInput
>
;
}
Type Parameters
TInput
=
any
Index
Properties
parse?
parse
Async?
Properties
Optional
parse
parse
?:
(
data
:
any
)
=>
TInput
Optional
parse
Async
parseAsync
?:
(
data
:
any
)
=>
Promise
<
TInput
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
parse
parse
Async
GitHub
npm
Popii - v0.5.1
Loading...