lsync API
Preparing search index...
@lsync/server
CollectionApiDefinition
Interface CollectionApiDefinition<TSchema, TResult>
interface
CollectionApiDefinition
<
TSchema
extends
z.ZodTypeAny
=
z.ZodTypeAny
,
TResult
=
unknown
,
>
{
handler
:
ApiHandler
<
TResult
,
output
<
TSchema
>
>
;
input
:
TSchema
;
}
Type Parameters
TSchema
extends
z.ZodTypeAny
=
z.ZodTypeAny
TResult
=
unknown
Index
Properties
handler
input
Properties
handler
handler
:
ApiHandler
<
TResult
,
output
<
TSchema
>
>
input
input
:
TSchema
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
input
lsync API
Loading...