lsync API
Preparing search index...
@lsync/client
CollectionApiMethods
Type Alias CollectionApiMethods<TApi>
CollectionApiMethods
:
{
[
K
in
keyof
TApi
]
:
TApi
[
K
]
extends
CollectionApiMethod
<
infer
TInput
,
infer
TOutput
,
any
,
any
,
>
?
(
...
args
:
CollectionApiCallArgs
<
TInput
>
)
=>
Promise
<
TOutput
>
:
never
}
Type Parameters
TApi
extends
CollectionTypeApi
<
any
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
lsync API
Loading...