UNPKG
appwrite-utils
Version:
latest (1.63.0)
1.63.0
1.62.0
1.61.0
1.60.0
1.59.0
1.58.0
1.57.0
1.56.0
1.55.0
1.54.0
1.53.0
1.52.0
1.51.0
1.50.0
1.49.0
1.48.0
1.47.0
1.46.0
1.45.0
1.44.0
1.43.0
1.42.0
1.41.0
1.40.0
1.39.0
1.38.0
1.37.0
1.36.0
1.35.0
1.34.0
1.33.0
1.32.0
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
1.24.0
1.23.0
1.22.0
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.6.9
1.6.8
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.5.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
0.9.96421
0.9.96420
0.9.69422
0.9.69421
0.9.9993
0.9.9992
0.9.9991
0.9.9990
0.9.9899
0.9.9897
0.9.9896
0.9.9895
0.9.9894
0.9.9893
0.9.9892
0.9.9891
0.9.9890
0.9.9889
0.9.9888
0.9.9887
0.9.9886
0.9.9885
0.9.9884
0.9.9883
0.9.9882
0.9.9881
0.9.9880
0.9.9879
0.9.9878
0.9.9877
0.9.9876
0.9.9875
0.9.9874
0.9.9873
0.9.9872
0.9.9871
0.9.9869
0.9.9868
0.9.9866
0.9.9865
0.9.9864
0.9.9863
0.9.9862
0.9.9861
0.9.6942
0.9.987
0.9.986
0.9.985
0.9.984
0.9.983
0.9.982
0.9.981
0.9.964
0.9.98
0.9.97
0.9.96
0.9.95
0.9.94
0.9.93
0.9.92
0.9.91
0.9.90
0.9.89
0.9.88
0.9.87
0.9.86
0.9.85
0.9.84
0.9.83
0.9.82
0.9.81
0.9.69
0.9.9-9.0
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.4.1
0.4.0
0.3.99
0.3.98
0.3.97
0.3.96
0.3.95
0.3.94
0.3.93
0.3.92
0.3.91
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.225
0.1.224
0.1.223
0.1.222
0.1.221
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.1
0.1.0
## Overview
github.com/zachhandley/AppwriteUtils
zachhandley/AppwriteUtils
appwrite-utils
/
dist
/
schemas
/
generated
/
InstallationList.d.ts
4 lines
(3 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
import
{ z }
from
"zod"
;
export
declare
const
InstallationListSchema
: z.
ZodType
<
unknown
,
unknown
, z.
core
.
$ZodTypeInternals
<
unknown
,
unknown
>>;
export
type
InstallationList
= z.
infer
<
typeof
InstallationListSchema
>;