@nmshd/content 2.8.9 → 2.8.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist/attributes/types/address/AbstractAddress.d.ts +0 -271
  2. package/dist/attributes/types/address/AbstractAddress.d.ts.map +1 -1
  3. package/dist/attributes/types/address/AbstractAddress.js +3 -7
  4. package/dist/attributes/types/address/AbstractAddress.js.map +1 -1
  5. package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +0 -1682
  6. package/dist/attributes/types/address/DeliveryBoxAddress.d.ts.map +1 -1
  7. package/dist/attributes/types/address/DeliveryBoxAddress.js +15 -19
  8. package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
  9. package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +0 -1397
  10. package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts.map +1 -1
  11. package/dist/attributes/types/address/PostOfficeBoxAddress.js +11 -15
  12. package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
  13. package/dist/attributes/types/address/StreetAddress.d.ts +0 -1946
  14. package/dist/attributes/types/address/StreetAddress.d.ts.map +1 -1
  15. package/dist/attributes/types/address/StreetAddress.js +13 -14
  16. package/dist/attributes/types/address/StreetAddress.js.map +1 -1
  17. package/dist/attributes/types/affiliation/Affiliation.d.ts +0 -1105
  18. package/dist/attributes/types/affiliation/Affiliation.d.ts.map +1 -1
  19. package/dist/attributes/types/affiliation/Affiliation.js +7 -11
  20. package/dist/attributes/types/affiliation/Affiliation.js.map +1 -1
  21. package/dist/attributes/types/birth/BirthDate.d.ts +0 -1105
  22. package/dist/attributes/types/birth/BirthDate.d.ts.map +1 -1
  23. package/dist/attributes/types/birth/BirthDate.js +8 -13
  24. package/dist/attributes/types/birth/BirthDate.js.map +1 -1
  25. package/dist/attributes/types/birth/BirthPlace.d.ts +0 -1105
  26. package/dist/attributes/types/birth/BirthPlace.d.ts.map +1 -1
  27. package/dist/attributes/types/birth/BirthPlace.js +7 -11
  28. package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
  29. package/dist/attributes/types/measurements/AbstractLengthMeasurement.d.ts.map +1 -1
  30. package/dist/attributes/types/measurements/AbstractLengthMeasurement.js +2 -1
  31. package/dist/attributes/types/measurements/AbstractLengthMeasurement.js.map +1 -1
  32. package/dist/attributes/types/measurements/AbstractMeasurement.d.ts +0 -285
  33. package/dist/attributes/types/measurements/AbstractMeasurement.d.ts.map +1 -1
  34. package/dist/attributes/types/measurements/AbstractMeasurement.js +5 -9
  35. package/dist/attributes/types/measurements/AbstractMeasurement.js.map +1 -1
  36. package/dist/attributes/types/name/PersonName.d.ts +0 -1661
  37. package/dist/attributes/types/name/PersonName.d.ts.map +1 -1
  38. package/dist/attributes/types/name/PersonName.js +11 -15
  39. package/dist/attributes/types/name/PersonName.js.map +1 -1
  40. package/dist/attributes/types/statement/AbstractIdentityDescriptor.d.ts +1 -2
  41. package/dist/attributes/types/statement/AbstractIdentityDescriptor.d.ts.map +1 -1
  42. package/dist/attributes/types/statement/AbstractIdentityDescriptor.js +3 -7
  43. package/dist/attributes/types/statement/AbstractIdentityDescriptor.js.map +1 -1
  44. package/dist/attributes/types/statement/AbstractStatement.d.ts +0 -1
  45. package/dist/attributes/types/statement/AbstractStatement.d.ts.map +1 -1
  46. package/dist/attributes/types/statement/AbstractStatement.js +12 -16
  47. package/dist/attributes/types/statement/AbstractStatement.js.map +1 -1
  48. package/dist/attributes/types/statement/DigitalIdentityDescriptor.d.ts +0 -1
  49. package/dist/attributes/types/statement/DigitalIdentityDescriptor.d.ts.map +1 -1
  50. package/dist/attributes/types/statement/DigitalIdentityDescriptor.js +3 -7
  51. package/dist/attributes/types/statement/DigitalIdentityDescriptor.js.map +1 -1
  52. package/dist/attributes/types/statement/StatementIssuerConditions.d.ts +0 -1
  53. package/dist/attributes/types/statement/StatementIssuerConditions.d.ts.map +1 -1
  54. package/dist/attributes/types/statement/StatementIssuerConditions.js +11 -15
  55. package/dist/attributes/types/statement/StatementIssuerConditions.js.map +1 -1
  56. package/dist/attributes/types/statement/StatementObject.d.ts +0 -1
  57. package/dist/attributes/types/statement/StatementObject.d.ts.map +1 -1
  58. package/dist/attributes/types/statement/StatementObject.js +3 -7
  59. package/dist/attributes/types/statement/StatementObject.js.map +1 -1
  60. package/dist/attributes/types/statement/StatementSubject.d.ts +0 -1
  61. package/dist/attributes/types/statement/StatementSubject.d.ts.map +1 -1
  62. package/dist/attributes/types/statement/StatementSubject.js +3 -7
  63. package/dist/attributes/types/statement/StatementSubject.js.map +1 -1
  64. package/dist/attributes/types/strings/AbstractPhoneNumber.js +1 -1
  65. package/dist/attributes/types/strings/AbstractPhoneNumber.js.map +1 -1
  66. package/dist/buildInformation.js +5 -5
  67. package/lib-web/nmshd.content.js +123 -308
  68. package/lib-web/nmshd.content.min.js +1 -1
  69. package/package.json +2 -2
@@ -20,1403 +20,6 @@ export interface IPostOfficeBoxAddress extends IAbstractAddress {
20
20
  state?: IState | string;
21
21
  }
22
22
  export declare class PostOfficeBoxAddress extends AbstractAddress implements IPostOfficeBoxAddress {
23
- static readonly propertyNames: {
24
- boxId: import("easy-tsnameof").PathHandlers<{
25
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
26
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
27
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
28
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
29
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
30
- }>;
31
- zipCode: {
32
- toJSON: import("easy-tsnameof").PathHandlers<{
33
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
34
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
35
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
36
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
37
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
38
- }>;
39
- value: import("easy-tsnameof").PathHandlers<{
40
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
41
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
42
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
43
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
44
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
45
- }>;
46
- toString: import("easy-tsnameof").PathHandlers<{
47
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
48
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
49
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
50
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
51
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
52
- }>;
53
- readonly valueHints: {
54
- editHelp: import("easy-tsnameof").PathHandlers<{
55
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
56
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
57
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
58
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
59
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
60
- }>;
61
- min: import("easy-tsnameof").PathHandlers<{
62
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
63
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
64
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
65
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
66
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
67
- }>;
68
- max: import("easy-tsnameof").PathHandlers<{
69
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
70
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
71
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
72
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
73
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
74
- }>;
75
- pattern: import("easy-tsnameof").PathHandlers<{
76
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
77
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
78
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
79
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
80
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
81
- }>;
82
- values: ({
83
- displayName: import("easy-tsnameof").PathHandlers<{
84
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
85
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
86
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
87
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
88
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
89
- }>;
90
- key: import("easy-tsnameof").PathHandlers<{
91
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
92
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
93
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
94
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
95
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
96
- }>;
97
- validate: import("easy-tsnameof").PathHandlers<{
98
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
99
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
100
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
101
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
102
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
103
- }>;
104
- validateProperty: import("easy-tsnameof").PathHandlers<{
105
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
106
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
107
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
108
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
109
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
110
- }>;
111
- serialize: import("easy-tsnameof").PathHandlers<{
112
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
113
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
114
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
115
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
116
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
117
- }>;
118
- toJSON: import("easy-tsnameof").PathHandlers<{
119
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
120
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
121
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
122
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
123
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
124
- }>;
125
- } & import("easy-tsnameof").PathHandlers<{
126
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
127
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
128
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
129
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
130
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
131
- }>)[] & import("easy-tsnameof").PathHandlers<{
132
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
133
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
134
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
135
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
136
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
137
- }>;
138
- defaultValue: import("easy-tsnameof").PathHandlers<{
139
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
140
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
141
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
142
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
143
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
144
- }>;
145
- propertyHints: {
146
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
147
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
148
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
149
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
150
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
151
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
152
- }>;
153
- } & import("easy-tsnameof").PathHandlers<{
154
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
155
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
156
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
157
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
158
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
159
- }>;
160
- toJSON: import("easy-tsnameof").PathHandlers<{
161
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
162
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
163
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
164
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
165
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
166
- }>;
167
- copyWith: import("easy-tsnameof").PathHandlers<{
168
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
169
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
170
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
171
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
172
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
173
- }>;
174
- validate: import("easy-tsnameof").PathHandlers<{
175
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
176
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
177
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
178
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
179
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
180
- }>;
181
- validateProperty: import("easy-tsnameof").PathHandlers<{
182
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
183
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
184
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
185
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
186
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
187
- }>;
188
- serialize: import("easy-tsnameof").PathHandlers<{
189
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
190
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
191
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
192
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
193
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
194
- }>;
195
- } & import("easy-tsnameof").PathHandlers<{
196
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
197
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
198
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
199
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
200
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
201
- }>;
202
- readonly renderHints: {
203
- technicalType: import("easy-tsnameof").PathHandlers<{
204
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
205
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
206
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
207
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
208
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
209
- }>;
210
- editType: import("easy-tsnameof").PathHandlers<{
211
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
212
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
213
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
214
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
215
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
216
- }>;
217
- dataType: import("easy-tsnameof").PathHandlers<{
218
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
219
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
220
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
221
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
222
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
223
- }>;
224
- propertyHints: {
225
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
226
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
227
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
228
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
229
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
230
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
231
- }>;
232
- } & import("easy-tsnameof").PathHandlers<{
233
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
234
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
235
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
236
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
237
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
238
- }>;
239
- toJSON: import("easy-tsnameof").PathHandlers<{
240
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
241
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
242
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
243
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
244
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
245
- }>;
246
- copyWith: import("easy-tsnameof").PathHandlers<{
247
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
248
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
249
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
250
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
251
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
252
- }>;
253
- validate: import("easy-tsnameof").PathHandlers<{
254
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
255
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
256
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
257
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
258
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
259
- }>;
260
- validateProperty: import("easy-tsnameof").PathHandlers<{
261
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
262
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
263
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
264
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
265
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
266
- }>;
267
- serialize: import("easy-tsnameof").PathHandlers<{
268
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
269
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
270
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
271
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
272
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
273
- }>;
274
- } & import("easy-tsnameof").PathHandlers<{
275
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
276
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
277
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
278
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
279
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
280
- }>;
281
- validate: import("easy-tsnameof").PathHandlers<{
282
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
283
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
284
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
285
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
286
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
287
- }>;
288
- validateProperty: import("easy-tsnameof").PathHandlers<{
289
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
290
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
291
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
292
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
293
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
294
- }>;
295
- serialize: import("easy-tsnameof").PathHandlers<{
296
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
297
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
298
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
299
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
300
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
301
- }>;
302
- } & import("easy-tsnameof").PathHandlers<{
303
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
304
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
305
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
306
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
307
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
308
- }>;
309
- city: {
310
- value: import("easy-tsnameof").PathHandlers<{
311
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
312
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
313
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
314
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
315
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
316
- }>;
317
- toString: import("easy-tsnameof").PathHandlers<{
318
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
319
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
320
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
321
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
322
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
323
- }>;
324
- readonly valueHints: {
325
- editHelp: import("easy-tsnameof").PathHandlers<{
326
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
327
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
328
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
329
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
330
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
331
- }>;
332
- min: import("easy-tsnameof").PathHandlers<{
333
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
334
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
335
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
336
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
337
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
338
- }>;
339
- max: import("easy-tsnameof").PathHandlers<{
340
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
341
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
342
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
343
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
344
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
345
- }>;
346
- pattern: import("easy-tsnameof").PathHandlers<{
347
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
348
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
349
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
350
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
351
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
352
- }>;
353
- values: ({
354
- displayName: import("easy-tsnameof").PathHandlers<{
355
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
356
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
357
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
358
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
359
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
360
- }>;
361
- key: import("easy-tsnameof").PathHandlers<{
362
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
363
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
364
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
365
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
366
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
367
- }>;
368
- validate: import("easy-tsnameof").PathHandlers<{
369
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
370
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
371
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
372
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
373
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
374
- }>;
375
- validateProperty: import("easy-tsnameof").PathHandlers<{
376
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
377
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
378
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
379
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
380
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
381
- }>;
382
- serialize: import("easy-tsnameof").PathHandlers<{
383
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
384
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
385
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
386
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
387
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
388
- }>;
389
- toJSON: import("easy-tsnameof").PathHandlers<{
390
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
391
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
392
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
393
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
394
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
395
- }>;
396
- } & import("easy-tsnameof").PathHandlers<{
397
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
398
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
399
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
400
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
401
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
402
- }>)[] & import("easy-tsnameof").PathHandlers<{
403
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
404
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
405
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
406
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
407
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
408
- }>;
409
- defaultValue: import("easy-tsnameof").PathHandlers<{
410
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
411
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
412
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
413
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
414
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
415
- }>;
416
- propertyHints: {
417
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
418
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
419
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
420
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
421
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
422
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
423
- }>;
424
- } & import("easy-tsnameof").PathHandlers<{
425
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
426
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
427
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
428
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
429
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
430
- }>;
431
- toJSON: import("easy-tsnameof").PathHandlers<{
432
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
433
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
434
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
435
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
436
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
437
- }>;
438
- copyWith: import("easy-tsnameof").PathHandlers<{
439
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
440
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
441
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
442
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
443
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
444
- }>;
445
- validate: import("easy-tsnameof").PathHandlers<{
446
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
447
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
448
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
449
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
450
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
451
- }>;
452
- validateProperty: import("easy-tsnameof").PathHandlers<{
453
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
454
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
455
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
456
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
457
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
458
- }>;
459
- serialize: import("easy-tsnameof").PathHandlers<{
460
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
461
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
462
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
463
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
464
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
465
- }>;
466
- } & import("easy-tsnameof").PathHandlers<{
467
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
468
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
469
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
470
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
471
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
472
- }>;
473
- readonly renderHints: {
474
- technicalType: import("easy-tsnameof").PathHandlers<{
475
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
476
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
477
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
478
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
479
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
480
- }>;
481
- editType: import("easy-tsnameof").PathHandlers<{
482
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
483
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
484
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
485
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
486
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
487
- }>;
488
- dataType: import("easy-tsnameof").PathHandlers<{
489
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
490
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
491
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
492
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
493
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
494
- }>;
495
- propertyHints: {
496
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
497
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
498
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
499
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
500
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
501
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
502
- }>;
503
- } & import("easy-tsnameof").PathHandlers<{
504
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
505
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
506
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
507
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
508
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
509
- }>;
510
- toJSON: import("easy-tsnameof").PathHandlers<{
511
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
512
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
513
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
514
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
515
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
516
- }>;
517
- copyWith: import("easy-tsnameof").PathHandlers<{
518
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
519
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
520
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
521
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
522
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
523
- }>;
524
- validate: import("easy-tsnameof").PathHandlers<{
525
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
526
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
527
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
528
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
529
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
530
- }>;
531
- validateProperty: import("easy-tsnameof").PathHandlers<{
532
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
533
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
534
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
535
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
536
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
537
- }>;
538
- serialize: import("easy-tsnameof").PathHandlers<{
539
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
540
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
541
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
542
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
543
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
544
- }>;
545
- } & import("easy-tsnameof").PathHandlers<{
546
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
547
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
548
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
549
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
550
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
551
- }>;
552
- validate: import("easy-tsnameof").PathHandlers<{
553
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
554
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
555
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
556
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
557
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
558
- }>;
559
- validateProperty: import("easy-tsnameof").PathHandlers<{
560
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
561
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
562
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
563
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
564
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
565
- }>;
566
- serialize: import("easy-tsnameof").PathHandlers<{
567
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
568
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
569
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
570
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
571
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
572
- }>;
573
- toJSON: import("easy-tsnameof").PathHandlers<{
574
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
575
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
576
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
577
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
578
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
579
- }>;
580
- } & import("easy-tsnameof").PathHandlers<{
581
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
582
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
583
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
584
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
585
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
586
- }>;
587
- country: {
588
- value: import("easy-tsnameof").PathHandlers<{
589
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
590
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
591
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
592
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
593
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
594
- }>;
595
- toString: import("easy-tsnameof").PathHandlers<{
596
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
597
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
598
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
599
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
600
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
601
- }>;
602
- readonly valueHints: {
603
- editHelp: import("easy-tsnameof").PathHandlers<{
604
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
605
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
606
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
607
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
608
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
609
- }>;
610
- min: import("easy-tsnameof").PathHandlers<{
611
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
612
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
613
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
614
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
615
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
616
- }>;
617
- max: import("easy-tsnameof").PathHandlers<{
618
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
619
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
620
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
621
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
622
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
623
- }>;
624
- pattern: import("easy-tsnameof").PathHandlers<{
625
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
626
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
627
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
628
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
629
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
630
- }>;
631
- values: ({
632
- displayName: import("easy-tsnameof").PathHandlers<{
633
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
634
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
635
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
636
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
637
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
638
- }>;
639
- key: import("easy-tsnameof").PathHandlers<{
640
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
641
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
642
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
643
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
644
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
645
- }>;
646
- validate: import("easy-tsnameof").PathHandlers<{
647
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
648
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
649
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
650
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
651
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
652
- }>;
653
- validateProperty: import("easy-tsnameof").PathHandlers<{
654
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
655
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
656
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
657
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
658
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
659
- }>;
660
- serialize: import("easy-tsnameof").PathHandlers<{
661
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
662
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
663
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
664
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
665
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
666
- }>;
667
- toJSON: import("easy-tsnameof").PathHandlers<{
668
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
669
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
670
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
671
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
672
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
673
- }>;
674
- } & import("easy-tsnameof").PathHandlers<{
675
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
676
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
677
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
678
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
679
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
680
- }>)[] & import("easy-tsnameof").PathHandlers<{
681
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
682
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
683
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
684
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
685
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
686
- }>;
687
- defaultValue: import("easy-tsnameof").PathHandlers<{
688
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
689
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
690
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
691
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
692
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
693
- }>;
694
- propertyHints: {
695
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
696
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
697
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
698
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
699
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
700
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
701
- }>;
702
- } & import("easy-tsnameof").PathHandlers<{
703
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
704
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
705
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
706
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
707
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
708
- }>;
709
- toJSON: import("easy-tsnameof").PathHandlers<{
710
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
711
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
712
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
713
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
714
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
715
- }>;
716
- copyWith: import("easy-tsnameof").PathHandlers<{
717
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
718
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
719
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
720
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
721
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
722
- }>;
723
- validate: import("easy-tsnameof").PathHandlers<{
724
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
725
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
726
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
727
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
728
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
729
- }>;
730
- validateProperty: import("easy-tsnameof").PathHandlers<{
731
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
732
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
733
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
734
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
735
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
736
- }>;
737
- serialize: import("easy-tsnameof").PathHandlers<{
738
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
739
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
740
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
741
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
742
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
743
- }>;
744
- } & import("easy-tsnameof").PathHandlers<{
745
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
746
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
747
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
748
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
749
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
750
- }>;
751
- readonly renderHints: {
752
- technicalType: import("easy-tsnameof").PathHandlers<{
753
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
754
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
755
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
756
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
757
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
758
- }>;
759
- editType: import("easy-tsnameof").PathHandlers<{
760
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
761
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
762
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
763
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
764
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
765
- }>;
766
- dataType: import("easy-tsnameof").PathHandlers<{
767
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
768
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
769
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
770
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
771
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
772
- }>;
773
- propertyHints: {
774
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
775
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
776
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
777
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
778
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
779
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
780
- }>;
781
- } & import("easy-tsnameof").PathHandlers<{
782
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
783
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
784
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
785
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
786
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
787
- }>;
788
- toJSON: import("easy-tsnameof").PathHandlers<{
789
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
790
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
791
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
792
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
793
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
794
- }>;
795
- copyWith: import("easy-tsnameof").PathHandlers<{
796
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
797
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
798
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
799
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
800
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
801
- }>;
802
- validate: import("easy-tsnameof").PathHandlers<{
803
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
804
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
805
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
806
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
807
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
808
- }>;
809
- validateProperty: import("easy-tsnameof").PathHandlers<{
810
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
811
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
812
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
813
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
814
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
815
- }>;
816
- serialize: import("easy-tsnameof").PathHandlers<{
817
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
818
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
819
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
820
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
821
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
822
- }>;
823
- } & import("easy-tsnameof").PathHandlers<{
824
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
825
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
826
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
827
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
828
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
829
- }>;
830
- validate: import("easy-tsnameof").PathHandlers<{
831
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
832
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
833
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
834
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
835
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
836
- }>;
837
- validateProperty: import("easy-tsnameof").PathHandlers<{
838
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
839
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
840
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
841
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
842
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
843
- }>;
844
- serialize: import("easy-tsnameof").PathHandlers<{
845
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
846
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
847
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
848
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
849
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
850
- }>;
851
- toJSON: import("easy-tsnameof").PathHandlers<{
852
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
853
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
854
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
855
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
856
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
857
- }>;
858
- } & import("easy-tsnameof").PathHandlers<{
859
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
860
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
861
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
862
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
863
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
864
- }>;
865
- state: {
866
- value: import("easy-tsnameof").PathHandlers<{
867
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
868
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
869
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
870
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
871
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
872
- }>;
873
- toString: import("easy-tsnameof").PathHandlers<{
874
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
875
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
876
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
877
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
878
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
879
- }>;
880
- readonly valueHints: {
881
- editHelp: import("easy-tsnameof").PathHandlers<{
882
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
883
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
884
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
885
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
886
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
887
- }>;
888
- min: import("easy-tsnameof").PathHandlers<{
889
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
890
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
891
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
892
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
893
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
894
- }>;
895
- max: import("easy-tsnameof").PathHandlers<{
896
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
897
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
898
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
899
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
900
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
901
- }>;
902
- pattern: import("easy-tsnameof").PathHandlers<{
903
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
904
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
905
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
906
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
907
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
908
- }>;
909
- values: ({
910
- displayName: import("easy-tsnameof").PathHandlers<{
911
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
912
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
913
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
914
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
915
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
916
- }>;
917
- key: import("easy-tsnameof").PathHandlers<{
918
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
919
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
920
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
921
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
922
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
923
- }>;
924
- validate: import("easy-tsnameof").PathHandlers<{
925
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
926
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
927
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
928
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
929
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
930
- }>;
931
- validateProperty: import("easy-tsnameof").PathHandlers<{
932
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
933
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
934
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
935
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
936
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
937
- }>;
938
- serialize: import("easy-tsnameof").PathHandlers<{
939
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
940
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
941
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
942
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
943
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
944
- }>;
945
- toJSON: import("easy-tsnameof").PathHandlers<{
946
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
947
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
948
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
949
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
950
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
951
- }>;
952
- } & import("easy-tsnameof").PathHandlers<{
953
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
954
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
955
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
956
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
957
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
958
- }>)[] & import("easy-tsnameof").PathHandlers<{
959
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
960
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
961
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
962
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
963
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
964
- }>;
965
- defaultValue: import("easy-tsnameof").PathHandlers<{
966
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
967
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
968
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
969
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
970
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
971
- }>;
972
- propertyHints: {
973
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
974
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
975
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
976
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
977
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
978
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
979
- }>;
980
- } & import("easy-tsnameof").PathHandlers<{
981
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
982
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
983
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
984
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
985
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
986
- }>;
987
- toJSON: import("easy-tsnameof").PathHandlers<{
988
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
989
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
990
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
991
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
992
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
993
- }>;
994
- copyWith: import("easy-tsnameof").PathHandlers<{
995
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
996
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
997
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
998
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
999
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1000
- }>;
1001
- validate: import("easy-tsnameof").PathHandlers<{
1002
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1003
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1004
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1005
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1006
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1007
- }>;
1008
- validateProperty: import("easy-tsnameof").PathHandlers<{
1009
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1010
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1011
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1012
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1013
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1014
- }>;
1015
- serialize: import("easy-tsnameof").PathHandlers<{
1016
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1017
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1018
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1019
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1020
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1021
- }>;
1022
- } & import("easy-tsnameof").PathHandlers<{
1023
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1024
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1025
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1026
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1027
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1028
- }>;
1029
- readonly renderHints: {
1030
- technicalType: import("easy-tsnameof").PathHandlers<{
1031
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1032
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1033
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1034
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1035
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1036
- }>;
1037
- editType: import("easy-tsnameof").PathHandlers<{
1038
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1039
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1040
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1041
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1042
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1043
- }>;
1044
- dataType: import("easy-tsnameof").PathHandlers<{
1045
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1046
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1047
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1048
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1049
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1050
- }>;
1051
- propertyHints: {
1052
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1053
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1054
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1055
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1056
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1057
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1058
- }>;
1059
- } & import("easy-tsnameof").PathHandlers<{
1060
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1061
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1062
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1063
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1064
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1065
- }>;
1066
- toJSON: import("easy-tsnameof").PathHandlers<{
1067
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1068
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1069
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1070
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1071
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1072
- }>;
1073
- copyWith: import("easy-tsnameof").PathHandlers<{
1074
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1075
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1076
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1077
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1078
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1079
- }>;
1080
- validate: import("easy-tsnameof").PathHandlers<{
1081
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1082
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1083
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1084
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1085
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1086
- }>;
1087
- validateProperty: import("easy-tsnameof").PathHandlers<{
1088
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1089
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1090
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1091
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1092
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1093
- }>;
1094
- serialize: import("easy-tsnameof").PathHandlers<{
1095
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1096
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1097
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1098
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1099
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1100
- }>;
1101
- } & import("easy-tsnameof").PathHandlers<{
1102
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1103
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1104
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1105
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1106
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1107
- }>;
1108
- validate: import("easy-tsnameof").PathHandlers<{
1109
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1110
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1111
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1112
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1113
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1114
- }>;
1115
- validateProperty: import("easy-tsnameof").PathHandlers<{
1116
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1117
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1118
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1119
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1120
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1121
- }>;
1122
- serialize: import("easy-tsnameof").PathHandlers<{
1123
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1124
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1125
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1126
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1127
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1128
- }>;
1129
- toJSON: import("easy-tsnameof").PathHandlers<{
1130
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1131
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1132
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1133
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1134
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1135
- }>;
1136
- } & import("easy-tsnameof").PathHandlers<{
1137
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1138
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1139
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1140
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1141
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1142
- }>;
1143
- toString: import("easy-tsnameof").PathHandlers<{
1144
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1145
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1146
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1147
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1148
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1149
- }>;
1150
- toJSON: import("easy-tsnameof").PathHandlers<{
1151
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1152
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1153
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1154
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1155
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1156
- }>;
1157
- recipient: import("easy-tsnameof").PathHandlers<{
1158
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1159
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1160
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1161
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1162
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1163
- }>;
1164
- readonly valueHints: {
1165
- editHelp: import("easy-tsnameof").PathHandlers<{
1166
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1167
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1168
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1169
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1170
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1171
- }>;
1172
- min: import("easy-tsnameof").PathHandlers<{
1173
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1174
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1175
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1176
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1177
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1178
- }>;
1179
- max: import("easy-tsnameof").PathHandlers<{
1180
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1181
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1182
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1183
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1184
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1185
- }>;
1186
- pattern: import("easy-tsnameof").PathHandlers<{
1187
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1188
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1189
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1190
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1191
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1192
- }>;
1193
- values: ({
1194
- displayName: import("easy-tsnameof").PathHandlers<{
1195
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1196
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1197
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1198
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1199
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1200
- }>;
1201
- key: import("easy-tsnameof").PathHandlers<{
1202
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1203
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1204
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1205
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1206
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1207
- }>;
1208
- validate: import("easy-tsnameof").PathHandlers<{
1209
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1210
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1211
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1212
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1213
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1214
- }>;
1215
- validateProperty: import("easy-tsnameof").PathHandlers<{
1216
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1217
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1218
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1219
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1220
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1221
- }>;
1222
- serialize: import("easy-tsnameof").PathHandlers<{
1223
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1224
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1225
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1226
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1227
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1228
- }>;
1229
- toJSON: import("easy-tsnameof").PathHandlers<{
1230
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1231
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1232
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1233
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1234
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1235
- }>;
1236
- } & import("easy-tsnameof").PathHandlers<{
1237
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1238
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1239
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1240
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1241
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1242
- }>)[] & import("easy-tsnameof").PathHandlers<{
1243
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1244
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1245
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1246
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1247
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1248
- }>;
1249
- defaultValue: import("easy-tsnameof").PathHandlers<{
1250
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1251
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1252
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1253
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1254
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1255
- }>;
1256
- propertyHints: {
1257
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1258
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1259
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1260
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1261
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1262
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1263
- }>;
1264
- } & import("easy-tsnameof").PathHandlers<{
1265
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1266
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1267
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1268
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1269
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1270
- }>;
1271
- toJSON: import("easy-tsnameof").PathHandlers<{
1272
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1273
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1274
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1275
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1276
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1277
- }>;
1278
- copyWith: import("easy-tsnameof").PathHandlers<{
1279
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1280
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1281
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1282
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1283
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1284
- }>;
1285
- validate: import("easy-tsnameof").PathHandlers<{
1286
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1287
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1288
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1289
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1290
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1291
- }>;
1292
- validateProperty: import("easy-tsnameof").PathHandlers<{
1293
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1294
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1295
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1296
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1297
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1298
- }>;
1299
- serialize: import("easy-tsnameof").PathHandlers<{
1300
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1301
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1302
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1303
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1304
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1305
- }>;
1306
- } & import("easy-tsnameof").PathHandlers<{
1307
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1308
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1309
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1310
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1311
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1312
- }>;
1313
- readonly renderHints: {
1314
- technicalType: import("easy-tsnameof").PathHandlers<{
1315
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1316
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1317
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1318
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1319
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1320
- }>;
1321
- editType: import("easy-tsnameof").PathHandlers<{
1322
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1323
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1324
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1325
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1326
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1327
- }>;
1328
- dataType: import("easy-tsnameof").PathHandlers<{
1329
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1330
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1331
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1332
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1333
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1334
- }>;
1335
- propertyHints: {
1336
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1337
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1338
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1339
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1340
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1341
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1342
- }>;
1343
- } & import("easy-tsnameof").PathHandlers<{
1344
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1345
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1346
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1347
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1348
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1349
- }>;
1350
- toJSON: import("easy-tsnameof").PathHandlers<{
1351
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1352
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1353
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1354
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1355
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1356
- }>;
1357
- copyWith: import("easy-tsnameof").PathHandlers<{
1358
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1359
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1360
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1361
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1362
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1363
- }>;
1364
- validate: import("easy-tsnameof").PathHandlers<{
1365
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1366
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1367
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1368
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1369
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1370
- }>;
1371
- validateProperty: import("easy-tsnameof").PathHandlers<{
1372
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1373
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1374
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1375
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1376
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1377
- }>;
1378
- serialize: import("easy-tsnameof").PathHandlers<{
1379
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1380
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1381
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1382
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1383
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1384
- }>;
1385
- } & import("easy-tsnameof").PathHandlers<{
1386
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1387
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1388
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1389
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1390
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1391
- }>;
1392
- validate: import("easy-tsnameof").PathHandlers<{
1393
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1394
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1395
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1396
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1397
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1398
- }>;
1399
- validateProperty: import("easy-tsnameof").PathHandlers<{
1400
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1401
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1402
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1403
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1404
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1405
- }>;
1406
- serialize: import("easy-tsnameof").PathHandlers<{
1407
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1408
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1409
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1410
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1411
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1412
- }>;
1413
- } & import("easy-tsnameof").PathHandlers<{
1414
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1415
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1416
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1417
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1418
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1419
- }>;
1420
23
  boxId: string;
1421
24
  zipCode: ZipCode;
1422
25
  city: City;