@nmshd/content 2.8.10 → 2.9.0

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 (140) 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/buildInformation.js +5 -5
  65. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts +14 -0
  66. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts.map +1 -0
  67. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.js +30 -0
  68. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.js.map +1 -0
  69. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  70. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  71. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.js +30 -0
  72. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.js.map +1 -0
  73. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.d.ts +2 -2
  74. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.d.ts.map +1 -1
  75. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.js.map +1 -1
  76. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  77. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  78. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.js +30 -0
  79. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.js.map +1 -0
  80. package/dist/notifications/items/index.d.ts +3 -0
  81. package/dist/notifications/items/index.d.ts.map +1 -1
  82. package/dist/notifications/items/index.js +3 -0
  83. package/dist/notifications/items/index.js.map +1 -1
  84. package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts +1 -1
  85. package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts.map +1 -1
  86. package/dist/requests/items/authentication/AuthenticationRequestItem.js.map +1 -1
  87. package/dist/requests/items/consent/ConsentRequestItem.d.ts +1 -1
  88. package/dist/requests/items/consent/ConsentRequestItem.d.ts.map +1 -1
  89. package/dist/requests/items/consent/ConsentRequestItem.js.map +1 -1
  90. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.d.ts +1 -1
  91. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.d.ts.map +1 -1
  92. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.js.map +1 -1
  93. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.d.ts +2 -2
  94. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.d.ts.map +1 -1
  95. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.js.map +1 -1
  96. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.d.ts +15 -0
  97. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.d.ts.map +1 -0
  98. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.js +33 -0
  99. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.js.map +1 -0
  100. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.d.ts +16 -0
  101. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.d.ts.map +1 -0
  102. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.js +33 -0
  103. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.js.map +1 -0
  104. package/dist/requests/items/freeText/FreeTextAcceptResponseItem.d.ts +1 -1
  105. package/dist/requests/items/freeText/FreeTextAcceptResponseItem.d.ts.map +1 -1
  106. package/dist/requests/items/freeText/FreeTextAcceptResponseItem.js.map +1 -1
  107. package/dist/requests/items/freeText/FreeTextRequestItem.d.ts +1 -1
  108. package/dist/requests/items/freeText/FreeTextRequestItem.d.ts.map +1 -1
  109. package/dist/requests/items/freeText/FreeTextRequestItem.js.map +1 -1
  110. package/dist/requests/items/index.d.ts +2 -0
  111. package/dist/requests/items/index.d.ts.map +1 -1
  112. package/dist/requests/items/index.js +2 -0
  113. package/dist/requests/items/index.js.map +1 -1
  114. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts +2 -2
  115. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts.map +1 -1
  116. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js.map +1 -1
  117. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts +1 -1
  118. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts.map +1 -1
  119. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
  120. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts +2 -2
  121. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts.map +1 -1
  122. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js.map +1 -1
  123. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts +2 -2
  124. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts.map +1 -1
  125. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js.map +1 -1
  126. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.d.ts +1 -1
  127. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.d.ts.map +1 -1
  128. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js.map +1 -1
  129. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts +2 -2
  130. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts.map +1 -1
  131. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js.map +1 -1
  132. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +1 -1
  133. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts.map +1 -1
  134. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +1 -1
  135. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +2 -2
  136. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts.map +1 -1
  137. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
  138. package/lib-web/nmshd.content.js +328 -307
  139. package/lib-web/nmshd.content.min.js +1 -1
  140. package/package.json +2 -2
@@ -25,1688 +25,6 @@ export interface IDeliveryBoxAddress extends IAbstractAddress {
25
25
  state?: IState | string;
26
26
  }
27
27
  export declare class DeliveryBoxAddress extends AbstractAddress implements IDeliveryBoxAddress {
28
- static readonly propertyNames: {
29
- userId: import("easy-tsnameof").PathHandlers<{
30
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
31
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
32
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
33
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
34
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
35
- }>;
36
- deliveryBoxId: import("easy-tsnameof").PathHandlers<{
37
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
38
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
39
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
40
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
41
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
42
- }>;
43
- zipCode: {
44
- toJSON: import("easy-tsnameof").PathHandlers<{
45
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
46
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
47
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
48
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
49
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
50
- }>;
51
- value: import("easy-tsnameof").PathHandlers<{
52
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
53
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
54
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
55
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
56
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
57
- }>;
58
- toString: import("easy-tsnameof").PathHandlers<{
59
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
60
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
61
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
62
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
63
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
64
- }>;
65
- readonly valueHints: {
66
- editHelp: import("easy-tsnameof").PathHandlers<{
67
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
68
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
69
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
70
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
71
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
72
- }>;
73
- min: import("easy-tsnameof").PathHandlers<{
74
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
75
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
76
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
77
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
78
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
79
- }>;
80
- max: import("easy-tsnameof").PathHandlers<{
81
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
82
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
83
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
84
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
85
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
86
- }>;
87
- pattern: import("easy-tsnameof").PathHandlers<{
88
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
89
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
90
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
91
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
92
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
93
- }>;
94
- values: ({
95
- displayName: import("easy-tsnameof").PathHandlers<{
96
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
97
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
98
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
99
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
100
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
101
- }>;
102
- key: import("easy-tsnameof").PathHandlers<{
103
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
104
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
105
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
106
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
107
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
108
- }>;
109
- validate: import("easy-tsnameof").PathHandlers<{
110
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
111
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
112
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
113
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
114
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
115
- }>;
116
- validateProperty: import("easy-tsnameof").PathHandlers<{
117
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
118
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
119
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
120
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
121
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
122
- }>;
123
- serialize: import("easy-tsnameof").PathHandlers<{
124
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
125
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
126
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
127
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
128
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
129
- }>;
130
- toJSON: import("easy-tsnameof").PathHandlers<{
131
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
132
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
133
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
134
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
135
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
136
- }>;
137
- } & import("easy-tsnameof").PathHandlers<{
138
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
139
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
140
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
141
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
142
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
143
- }>)[] & import("easy-tsnameof").PathHandlers<{
144
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
145
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
146
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
147
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
148
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
149
- }>;
150
- defaultValue: import("easy-tsnameof").PathHandlers<{
151
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
152
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
153
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
154
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
155
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
156
- }>;
157
- propertyHints: {
158
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
159
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
160
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
161
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
162
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
163
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
164
- }>;
165
- } & import("easy-tsnameof").PathHandlers<{
166
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
167
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
168
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
169
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
170
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
171
- }>;
172
- toJSON: import("easy-tsnameof").PathHandlers<{
173
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
174
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
175
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
176
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
177
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
178
- }>;
179
- copyWith: import("easy-tsnameof").PathHandlers<{
180
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
181
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
182
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
183
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
184
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
185
- }>;
186
- validate: import("easy-tsnameof").PathHandlers<{
187
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
188
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
189
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
190
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
191
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
192
- }>;
193
- validateProperty: import("easy-tsnameof").PathHandlers<{
194
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
195
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
196
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
197
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
198
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
199
- }>;
200
- serialize: import("easy-tsnameof").PathHandlers<{
201
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
202
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
203
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
204
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
205
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
206
- }>;
207
- } & import("easy-tsnameof").PathHandlers<{
208
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
209
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
210
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
211
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
212
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
213
- }>;
214
- readonly renderHints: {
215
- technicalType: import("easy-tsnameof").PathHandlers<{
216
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
217
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
218
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
219
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
220
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
221
- }>;
222
- editType: import("easy-tsnameof").PathHandlers<{
223
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
224
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
225
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
226
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
227
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
228
- }>;
229
- dataType: import("easy-tsnameof").PathHandlers<{
230
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
231
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
232
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
233
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
234
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
235
- }>;
236
- propertyHints: {
237
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
238
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
239
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
240
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
241
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
242
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
243
- }>;
244
- } & import("easy-tsnameof").PathHandlers<{
245
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
246
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
247
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
248
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
249
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
250
- }>;
251
- toJSON: import("easy-tsnameof").PathHandlers<{
252
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
253
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
254
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
255
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
256
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
257
- }>;
258
- copyWith: import("easy-tsnameof").PathHandlers<{
259
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
260
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
261
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
262
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
263
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
264
- }>;
265
- validate: import("easy-tsnameof").PathHandlers<{
266
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
267
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
268
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
269
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
270
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
271
- }>;
272
- validateProperty: import("easy-tsnameof").PathHandlers<{
273
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
274
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
275
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
276
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
277
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
278
- }>;
279
- serialize: import("easy-tsnameof").PathHandlers<{
280
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
281
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
282
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
283
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
284
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
285
- }>;
286
- } & import("easy-tsnameof").PathHandlers<{
287
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
288
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
289
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
290
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
291
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
292
- }>;
293
- validate: import("easy-tsnameof").PathHandlers<{
294
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
295
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
296
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
297
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
298
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
299
- }>;
300
- validateProperty: import("easy-tsnameof").PathHandlers<{
301
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
302
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
303
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
304
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
305
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
306
- }>;
307
- serialize: import("easy-tsnameof").PathHandlers<{
308
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
309
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
310
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
311
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
312
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
313
- }>;
314
- } & import("easy-tsnameof").PathHandlers<{
315
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
316
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
317
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
318
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
319
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
320
- }>;
321
- city: {
322
- value: import("easy-tsnameof").PathHandlers<{
323
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
324
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
325
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
326
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
327
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
328
- }>;
329
- toString: import("easy-tsnameof").PathHandlers<{
330
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
331
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
332
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
333
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
334
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
335
- }>;
336
- readonly valueHints: {
337
- editHelp: import("easy-tsnameof").PathHandlers<{
338
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
339
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
340
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
341
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
342
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
343
- }>;
344
- min: import("easy-tsnameof").PathHandlers<{
345
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
346
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
347
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
348
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
349
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
350
- }>;
351
- max: import("easy-tsnameof").PathHandlers<{
352
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
353
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
354
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
355
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
356
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
357
- }>;
358
- pattern: import("easy-tsnameof").PathHandlers<{
359
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
360
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
361
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
362
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
363
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
364
- }>;
365
- values: ({
366
- displayName: import("easy-tsnameof").PathHandlers<{
367
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
368
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
369
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
370
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
371
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
372
- }>;
373
- key: import("easy-tsnameof").PathHandlers<{
374
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
375
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
376
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
377
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
378
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
379
- }>;
380
- validate: import("easy-tsnameof").PathHandlers<{
381
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
382
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
383
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
384
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
385
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
386
- }>;
387
- validateProperty: import("easy-tsnameof").PathHandlers<{
388
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
389
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
390
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
391
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
392
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
393
- }>;
394
- serialize: import("easy-tsnameof").PathHandlers<{
395
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
396
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
397
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
398
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
399
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
400
- }>;
401
- toJSON: import("easy-tsnameof").PathHandlers<{
402
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
403
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
404
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
405
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
406
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
407
- }>;
408
- } & import("easy-tsnameof").PathHandlers<{
409
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
410
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
411
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
412
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
413
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
414
- }>)[] & import("easy-tsnameof").PathHandlers<{
415
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
416
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
417
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
418
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
419
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
420
- }>;
421
- defaultValue: import("easy-tsnameof").PathHandlers<{
422
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
423
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
424
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
425
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
426
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
427
- }>;
428
- propertyHints: {
429
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
430
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
431
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
432
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
433
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
434
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
435
- }>;
436
- } & import("easy-tsnameof").PathHandlers<{
437
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
438
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
439
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
440
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
441
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
442
- }>;
443
- toJSON: import("easy-tsnameof").PathHandlers<{
444
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
445
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
446
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
447
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
448
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
449
- }>;
450
- copyWith: import("easy-tsnameof").PathHandlers<{
451
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
452
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
453
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
454
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
455
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
456
- }>;
457
- validate: import("easy-tsnameof").PathHandlers<{
458
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
459
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
460
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
461
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
462
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
463
- }>;
464
- validateProperty: import("easy-tsnameof").PathHandlers<{
465
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
466
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
467
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
468
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
469
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
470
- }>;
471
- serialize: import("easy-tsnameof").PathHandlers<{
472
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
473
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
474
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
475
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
476
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
477
- }>;
478
- } & import("easy-tsnameof").PathHandlers<{
479
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
480
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
481
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
482
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
483
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
484
- }>;
485
- readonly renderHints: {
486
- technicalType: import("easy-tsnameof").PathHandlers<{
487
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
488
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
489
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
490
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
491
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
492
- }>;
493
- editType: import("easy-tsnameof").PathHandlers<{
494
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
495
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
496
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
497
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
498
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
499
- }>;
500
- dataType: import("easy-tsnameof").PathHandlers<{
501
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
502
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
503
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
504
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
505
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
506
- }>;
507
- propertyHints: {
508
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
509
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
510
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
511
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
512
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
513
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
514
- }>;
515
- } & import("easy-tsnameof").PathHandlers<{
516
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
517
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
518
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
519
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
520
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
521
- }>;
522
- toJSON: import("easy-tsnameof").PathHandlers<{
523
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
524
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
525
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
526
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
527
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
528
- }>;
529
- copyWith: import("easy-tsnameof").PathHandlers<{
530
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
531
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
532
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
533
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
534
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
535
- }>;
536
- validate: import("easy-tsnameof").PathHandlers<{
537
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
538
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
539
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
540
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
541
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
542
- }>;
543
- validateProperty: import("easy-tsnameof").PathHandlers<{
544
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
545
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
546
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
547
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
548
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
549
- }>;
550
- serialize: import("easy-tsnameof").PathHandlers<{
551
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
552
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
553
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
554
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
555
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
556
- }>;
557
- } & import("easy-tsnameof").PathHandlers<{
558
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
559
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
560
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
561
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
562
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
563
- }>;
564
- validate: import("easy-tsnameof").PathHandlers<{
565
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
566
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
567
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
568
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
569
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
570
- }>;
571
- validateProperty: import("easy-tsnameof").PathHandlers<{
572
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
573
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
574
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
575
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
576
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
577
- }>;
578
- serialize: import("easy-tsnameof").PathHandlers<{
579
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
580
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
581
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
582
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
583
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
584
- }>;
585
- toJSON: import("easy-tsnameof").PathHandlers<{
586
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
587
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
588
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
589
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
590
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
591
- }>;
592
- } & import("easy-tsnameof").PathHandlers<{
593
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
594
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
595
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
596
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
597
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
598
- }>;
599
- country: {
600
- value: import("easy-tsnameof").PathHandlers<{
601
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
602
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
603
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
604
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
605
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
606
- }>;
607
- toString: import("easy-tsnameof").PathHandlers<{
608
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
609
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
610
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
611
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
612
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
613
- }>;
614
- readonly valueHints: {
615
- editHelp: import("easy-tsnameof").PathHandlers<{
616
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
617
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
618
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
619
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
620
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
621
- }>;
622
- min: import("easy-tsnameof").PathHandlers<{
623
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
624
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
625
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
626
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
627
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
628
- }>;
629
- max: import("easy-tsnameof").PathHandlers<{
630
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
631
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
632
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
633
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
634
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
635
- }>;
636
- pattern: import("easy-tsnameof").PathHandlers<{
637
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
638
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
639
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
640
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
641
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
642
- }>;
643
- values: ({
644
- displayName: import("easy-tsnameof").PathHandlers<{
645
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
646
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
647
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
648
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
649
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
650
- }>;
651
- key: import("easy-tsnameof").PathHandlers<{
652
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
653
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
654
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
655
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
656
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
657
- }>;
658
- validate: import("easy-tsnameof").PathHandlers<{
659
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
660
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
661
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
662
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
663
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
664
- }>;
665
- validateProperty: import("easy-tsnameof").PathHandlers<{
666
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
667
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
668
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
669
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
670
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
671
- }>;
672
- serialize: import("easy-tsnameof").PathHandlers<{
673
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
674
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
675
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
676
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
677
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
678
- }>;
679
- toJSON: import("easy-tsnameof").PathHandlers<{
680
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
681
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
682
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
683
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
684
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
685
- }>;
686
- } & import("easy-tsnameof").PathHandlers<{
687
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
688
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
689
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
690
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
691
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
692
- }>)[] & import("easy-tsnameof").PathHandlers<{
693
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
694
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
695
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
696
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
697
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
698
- }>;
699
- defaultValue: import("easy-tsnameof").PathHandlers<{
700
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
701
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
702
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
703
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
704
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
705
- }>;
706
- propertyHints: {
707
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
708
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
709
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
710
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
711
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
712
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
713
- }>;
714
- } & import("easy-tsnameof").PathHandlers<{
715
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
716
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
717
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
718
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
719
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
720
- }>;
721
- toJSON: import("easy-tsnameof").PathHandlers<{
722
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
723
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
724
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
725
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
726
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
727
- }>;
728
- copyWith: import("easy-tsnameof").PathHandlers<{
729
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
730
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
731
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
732
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
733
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
734
- }>;
735
- validate: import("easy-tsnameof").PathHandlers<{
736
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
737
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
738
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
739
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
740
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
741
- }>;
742
- validateProperty: import("easy-tsnameof").PathHandlers<{
743
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
744
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
745
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
746
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
747
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
748
- }>;
749
- serialize: import("easy-tsnameof").PathHandlers<{
750
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
751
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
752
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
753
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
754
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
755
- }>;
756
- } & import("easy-tsnameof").PathHandlers<{
757
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
758
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
759
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
760
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
761
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
762
- }>;
763
- readonly renderHints: {
764
- technicalType: import("easy-tsnameof").PathHandlers<{
765
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
766
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
767
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
768
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
769
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
770
- }>;
771
- editType: import("easy-tsnameof").PathHandlers<{
772
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
773
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
774
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
775
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
776
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
777
- }>;
778
- dataType: import("easy-tsnameof").PathHandlers<{
779
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
780
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
781
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
782
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
783
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
784
- }>;
785
- propertyHints: {
786
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
787
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
788
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
789
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
790
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
791
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
792
- }>;
793
- } & import("easy-tsnameof").PathHandlers<{
794
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
795
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
796
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
797
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
798
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
799
- }>;
800
- toJSON: import("easy-tsnameof").PathHandlers<{
801
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
802
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
803
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
804
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
805
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
806
- }>;
807
- copyWith: import("easy-tsnameof").PathHandlers<{
808
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
809
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
810
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
811
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
812
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
813
- }>;
814
- validate: import("easy-tsnameof").PathHandlers<{
815
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
816
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
817
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
818
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
819
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
820
- }>;
821
- validateProperty: import("easy-tsnameof").PathHandlers<{
822
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
823
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
824
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
825
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
826
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
827
- }>;
828
- serialize: import("easy-tsnameof").PathHandlers<{
829
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
830
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
831
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
832
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
833
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
834
- }>;
835
- } & import("easy-tsnameof").PathHandlers<{
836
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
837
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
838
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
839
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
840
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
841
- }>;
842
- validate: import("easy-tsnameof").PathHandlers<{
843
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
844
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
845
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
846
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
847
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
848
- }>;
849
- validateProperty: import("easy-tsnameof").PathHandlers<{
850
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
851
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
852
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
853
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
854
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
855
- }>;
856
- serialize: import("easy-tsnameof").PathHandlers<{
857
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
858
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
859
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
860
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
861
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
862
- }>;
863
- toJSON: import("easy-tsnameof").PathHandlers<{
864
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
865
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
866
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
867
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
868
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
869
- }>;
870
- } & import("easy-tsnameof").PathHandlers<{
871
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
872
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
873
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
874
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
875
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
876
- }>;
877
- phoneNumber: {
878
- toJSON: import("easy-tsnameof").PathHandlers<{
879
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
880
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
881
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
882
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
883
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
884
- }>;
885
- value: import("easy-tsnameof").PathHandlers<{
886
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
887
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
888
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
889
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
890
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
891
- }>;
892
- toString: import("easy-tsnameof").PathHandlers<{
893
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
894
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
895
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
896
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
897
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
898
- }>;
899
- readonly valueHints: {
900
- editHelp: import("easy-tsnameof").PathHandlers<{
901
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
902
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
903
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
904
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
905
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
906
- }>;
907
- min: import("easy-tsnameof").PathHandlers<{
908
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
909
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
910
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
911
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
912
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
913
- }>;
914
- max: import("easy-tsnameof").PathHandlers<{
915
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
916
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
917
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
918
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
919
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
920
- }>;
921
- pattern: import("easy-tsnameof").PathHandlers<{
922
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
923
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
924
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
925
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
926
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
927
- }>;
928
- values: ({
929
- displayName: import("easy-tsnameof").PathHandlers<{
930
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
931
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
932
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
933
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
934
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
935
- }>;
936
- key: import("easy-tsnameof").PathHandlers<{
937
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
938
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
939
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
940
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
941
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
942
- }>;
943
- validate: import("easy-tsnameof").PathHandlers<{
944
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
945
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
946
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
947
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
948
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
949
- }>;
950
- validateProperty: import("easy-tsnameof").PathHandlers<{
951
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
952
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
953
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
954
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
955
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
956
- }>;
957
- serialize: import("easy-tsnameof").PathHandlers<{
958
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
959
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
960
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
961
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
962
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
963
- }>;
964
- toJSON: import("easy-tsnameof").PathHandlers<{
965
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
966
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
967
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
968
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
969
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
970
- }>;
971
- } & import("easy-tsnameof").PathHandlers<{
972
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
973
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
974
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
975
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
976
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
977
- }>)[] & import("easy-tsnameof").PathHandlers<{
978
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
979
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
980
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
981
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
982
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
983
- }>;
984
- defaultValue: import("easy-tsnameof").PathHandlers<{
985
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
986
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
987
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
988
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
989
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
990
- }>;
991
- propertyHints: {
992
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
993
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
994
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
995
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
996
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
997
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
998
- }>;
999
- } & import("easy-tsnameof").PathHandlers<{
1000
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1001
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1002
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1003
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1004
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1005
- }>;
1006
- toJSON: import("easy-tsnameof").PathHandlers<{
1007
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1008
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1009
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1010
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1011
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1012
- }>;
1013
- copyWith: import("easy-tsnameof").PathHandlers<{
1014
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1015
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1016
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1017
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1018
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1019
- }>;
1020
- validate: import("easy-tsnameof").PathHandlers<{
1021
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1022
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1023
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1024
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1025
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1026
- }>;
1027
- validateProperty: import("easy-tsnameof").PathHandlers<{
1028
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1029
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1030
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1031
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1032
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1033
- }>;
1034
- serialize: import("easy-tsnameof").PathHandlers<{
1035
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1036
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1037
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1038
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1039
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1040
- }>;
1041
- } & import("easy-tsnameof").PathHandlers<{
1042
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1043
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1044
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1045
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1046
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1047
- }>;
1048
- readonly renderHints: {
1049
- technicalType: import("easy-tsnameof").PathHandlers<{
1050
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1051
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1052
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1053
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1054
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1055
- }>;
1056
- editType: import("easy-tsnameof").PathHandlers<{
1057
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1058
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1059
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1060
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1061
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1062
- }>;
1063
- dataType: import("easy-tsnameof").PathHandlers<{
1064
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1065
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1066
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1067
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1068
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1069
- }>;
1070
- propertyHints: {
1071
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1072
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1073
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1074
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1075
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1076
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1077
- }>;
1078
- } & import("easy-tsnameof").PathHandlers<{
1079
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1080
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1081
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1082
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1083
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1084
- }>;
1085
- toJSON: import("easy-tsnameof").PathHandlers<{
1086
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1087
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1088
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1089
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1090
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1091
- }>;
1092
- copyWith: import("easy-tsnameof").PathHandlers<{
1093
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1094
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1095
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1096
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1097
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1098
- }>;
1099
- validate: import("easy-tsnameof").PathHandlers<{
1100
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1101
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1102
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1103
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1104
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1105
- }>;
1106
- validateProperty: import("easy-tsnameof").PathHandlers<{
1107
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1108
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1109
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1110
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1111
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1112
- }>;
1113
- serialize: import("easy-tsnameof").PathHandlers<{
1114
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1115
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1116
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1117
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1118
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1119
- }>;
1120
- } & import("easy-tsnameof").PathHandlers<{
1121
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1122
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1123
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1124
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1125
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1126
- }>;
1127
- validate: import("easy-tsnameof").PathHandlers<{
1128
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1129
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1130
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1131
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1132
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1133
- }>;
1134
- validateProperty: import("easy-tsnameof").PathHandlers<{
1135
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1136
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1137
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1138
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1139
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1140
- }>;
1141
- serialize: import("easy-tsnameof").PathHandlers<{
1142
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1143
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1144
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1145
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1146
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1147
- }>;
1148
- } & import("easy-tsnameof").PathHandlers<{
1149
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1150
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1151
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1152
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1153
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1154
- }>;
1155
- state: {
1156
- value: import("easy-tsnameof").PathHandlers<{
1157
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1158
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1159
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1160
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1161
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1162
- }>;
1163
- toString: import("easy-tsnameof").PathHandlers<{
1164
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1165
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1166
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1167
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1168
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1169
- }>;
1170
- readonly valueHints: {
1171
- editHelp: import("easy-tsnameof").PathHandlers<{
1172
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1173
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1174
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1175
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1176
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1177
- }>;
1178
- min: import("easy-tsnameof").PathHandlers<{
1179
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1180
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1181
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1182
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1183
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1184
- }>;
1185
- max: import("easy-tsnameof").PathHandlers<{
1186
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1187
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1188
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1189
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1190
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1191
- }>;
1192
- pattern: import("easy-tsnameof").PathHandlers<{
1193
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1194
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1195
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1196
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1197
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1198
- }>;
1199
- values: ({
1200
- displayName: import("easy-tsnameof").PathHandlers<{
1201
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1202
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1203
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1204
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1205
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1206
- }>;
1207
- key: import("easy-tsnameof").PathHandlers<{
1208
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1209
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1210
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1211
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1212
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1213
- }>;
1214
- validate: import("easy-tsnameof").PathHandlers<{
1215
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1216
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1217
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1218
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1219
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1220
- }>;
1221
- validateProperty: import("easy-tsnameof").PathHandlers<{
1222
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1223
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1224
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1225
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1226
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1227
- }>;
1228
- serialize: import("easy-tsnameof").PathHandlers<{
1229
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1230
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1231
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1232
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1233
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1234
- }>;
1235
- toJSON: import("easy-tsnameof").PathHandlers<{
1236
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1237
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1238
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1239
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1240
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1241
- }>;
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
- }>)[] & import("easy-tsnameof").PathHandlers<{
1249
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1250
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1251
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1252
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1253
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1254
- }>;
1255
- defaultValue: import("easy-tsnameof").PathHandlers<{
1256
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1257
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1258
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1259
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1260
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1261
- }>;
1262
- propertyHints: {
1263
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1264
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1265
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1266
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1267
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1268
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1269
- }>;
1270
- } & import("easy-tsnameof").PathHandlers<{
1271
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1272
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1273
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1274
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1275
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1276
- }>;
1277
- toJSON: import("easy-tsnameof").PathHandlers<{
1278
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1279
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1280
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1281
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1282
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1283
- }>;
1284
- copyWith: import("easy-tsnameof").PathHandlers<{
1285
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1286
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1287
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1288
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1289
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1290
- }>;
1291
- validate: import("easy-tsnameof").PathHandlers<{
1292
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1293
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1294
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1295
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1296
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1297
- }>;
1298
- validateProperty: import("easy-tsnameof").PathHandlers<{
1299
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1300
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1301
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1302
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1303
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1304
- }>;
1305
- serialize: import("easy-tsnameof").PathHandlers<{
1306
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1307
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1308
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1309
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1310
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1311
- }>;
1312
- } & import("easy-tsnameof").PathHandlers<{
1313
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1314
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1315
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1316
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1317
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1318
- }>;
1319
- readonly renderHints: {
1320
- technicalType: import("easy-tsnameof").PathHandlers<{
1321
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1322
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1323
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1324
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1325
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1326
- }>;
1327
- editType: import("easy-tsnameof").PathHandlers<{
1328
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1329
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1330
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1331
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1332
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1333
- }>;
1334
- dataType: import("easy-tsnameof").PathHandlers<{
1335
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1336
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1337
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1338
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1339
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1340
- }>;
1341
- propertyHints: {
1342
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1343
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1344
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1345
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1346
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1347
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1348
- }>;
1349
- } & import("easy-tsnameof").PathHandlers<{
1350
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1351
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1352
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1353
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1354
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1355
- }>;
1356
- toJSON: import("easy-tsnameof").PathHandlers<{
1357
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1358
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1359
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1360
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1361
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1362
- }>;
1363
- copyWith: import("easy-tsnameof").PathHandlers<{
1364
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1365
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1366
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1367
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1368
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1369
- }>;
1370
- validate: import("easy-tsnameof").PathHandlers<{
1371
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1372
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1373
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1374
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1375
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1376
- }>;
1377
- validateProperty: import("easy-tsnameof").PathHandlers<{
1378
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1379
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1380
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1381
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1382
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1383
- }>;
1384
- serialize: import("easy-tsnameof").PathHandlers<{
1385
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1386
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1387
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1388
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1389
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1390
- }>;
1391
- } & import("easy-tsnameof").PathHandlers<{
1392
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1393
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1394
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1395
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1396
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1397
- }>;
1398
- validate: import("easy-tsnameof").PathHandlers<{
1399
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1400
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1401
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1402
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1403
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1404
- }>;
1405
- validateProperty: import("easy-tsnameof").PathHandlers<{
1406
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1407
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1408
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1409
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1410
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1411
- }>;
1412
- serialize: import("easy-tsnameof").PathHandlers<{
1413
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1414
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1415
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1416
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1417
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1418
- }>;
1419
- toJSON: import("easy-tsnameof").PathHandlers<{
1420
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1421
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1422
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1423
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1424
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1425
- }>;
1426
- } & import("easy-tsnameof").PathHandlers<{
1427
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1428
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1429
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1430
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1431
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1432
- }>;
1433
- toString: import("easy-tsnameof").PathHandlers<{
1434
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1435
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1436
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1437
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1438
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1439
- }>;
1440
- toJSON: import("easy-tsnameof").PathHandlers<{
1441
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1442
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1443
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1444
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1445
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1446
- }>;
1447
- recipient: import("easy-tsnameof").PathHandlers<{
1448
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1449
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1450
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1451
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1452
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1453
- }>;
1454
- readonly valueHints: {
1455
- editHelp: import("easy-tsnameof").PathHandlers<{
1456
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1457
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1458
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1459
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1460
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1461
- }>;
1462
- min: import("easy-tsnameof").PathHandlers<{
1463
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1464
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1465
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1466
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1467
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1468
- }>;
1469
- max: import("easy-tsnameof").PathHandlers<{
1470
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1471
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1472
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1473
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1474
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1475
- }>;
1476
- pattern: import("easy-tsnameof").PathHandlers<{
1477
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1478
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1479
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1480
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1481
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1482
- }>;
1483
- values: ({
1484
- displayName: import("easy-tsnameof").PathHandlers<{
1485
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1486
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1487
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1488
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1489
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1490
- }>;
1491
- key: import("easy-tsnameof").PathHandlers<{
1492
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1493
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1494
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1495
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1496
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1497
- }>;
1498
- validate: import("easy-tsnameof").PathHandlers<{
1499
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1500
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1501
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1502
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1503
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1504
- }>;
1505
- validateProperty: import("easy-tsnameof").PathHandlers<{
1506
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1507
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1508
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1509
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1510
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1511
- }>;
1512
- serialize: import("easy-tsnameof").PathHandlers<{
1513
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1514
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1515
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1516
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1517
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1518
- }>;
1519
- toJSON: import("easy-tsnameof").PathHandlers<{
1520
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1521
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1522
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1523
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1524
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1525
- }>;
1526
- } & import("easy-tsnameof").PathHandlers<{
1527
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1528
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1529
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1530
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1531
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1532
- }>)[] & import("easy-tsnameof").PathHandlers<{
1533
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1534
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1535
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1536
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1537
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1538
- }>;
1539
- defaultValue: import("easy-tsnameof").PathHandlers<{
1540
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1541
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1542
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1543
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1544
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1545
- }>;
1546
- propertyHints: {
1547
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1548
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1549
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1550
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1551
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1552
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1553
- }>;
1554
- } & import("easy-tsnameof").PathHandlers<{
1555
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1556
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1557
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1558
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1559
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1560
- }>;
1561
- toJSON: import("easy-tsnameof").PathHandlers<{
1562
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1563
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1564
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1565
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1566
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1567
- }>;
1568
- copyWith: import("easy-tsnameof").PathHandlers<{
1569
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1570
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1571
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1572
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1573
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1574
- }>;
1575
- validate: import("easy-tsnameof").PathHandlers<{
1576
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1577
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1578
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1579
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1580
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1581
- }>;
1582
- validateProperty: import("easy-tsnameof").PathHandlers<{
1583
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1584
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1585
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1586
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1587
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1588
- }>;
1589
- serialize: import("easy-tsnameof").PathHandlers<{
1590
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1591
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1592
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1593
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1594
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1595
- }>;
1596
- } & import("easy-tsnameof").PathHandlers<{
1597
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1598
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1599
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1600
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1601
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1602
- }>;
1603
- readonly renderHints: {
1604
- technicalType: import("easy-tsnameof").PathHandlers<{
1605
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1606
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1607
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1608
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1609
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1610
- }>;
1611
- editType: import("easy-tsnameof").PathHandlers<{
1612
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1613
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1614
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1615
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1616
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1617
- }>;
1618
- dataType: import("easy-tsnameof").PathHandlers<{
1619
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1620
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1621
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1622
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1623
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1624
- }>;
1625
- propertyHints: {
1626
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1627
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1628
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1629
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1630
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1631
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1632
- }>;
1633
- } & import("easy-tsnameof").PathHandlers<{
1634
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1635
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1636
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1637
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1638
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1639
- }>;
1640
- toJSON: import("easy-tsnameof").PathHandlers<{
1641
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1642
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1643
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1644
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1645
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1646
- }>;
1647
- copyWith: import("easy-tsnameof").PathHandlers<{
1648
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1649
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1650
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1651
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1652
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1653
- }>;
1654
- validate: import("easy-tsnameof").PathHandlers<{
1655
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1656
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1657
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1658
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1659
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1660
- }>;
1661
- validateProperty: import("easy-tsnameof").PathHandlers<{
1662
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1663
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1664
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1665
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1666
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1667
- }>;
1668
- serialize: import("easy-tsnameof").PathHandlers<{
1669
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1670
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1671
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1672
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1673
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1674
- }>;
1675
- } & import("easy-tsnameof").PathHandlers<{
1676
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1677
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1678
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1679
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1680
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1681
- }>;
1682
- validate: import("easy-tsnameof").PathHandlers<{
1683
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1684
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1685
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1686
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1687
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1688
- }>;
1689
- validateProperty: import("easy-tsnameof").PathHandlers<{
1690
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1691
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1692
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1693
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1694
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1695
- }>;
1696
- serialize: import("easy-tsnameof").PathHandlers<{
1697
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1698
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1699
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1700
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1701
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1702
- }>;
1703
- } & import("easy-tsnameof").PathHandlers<{
1704
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1705
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1706
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1707
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1708
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1709
- }>;
1710
28
  userId: string;
1711
29
  deliveryBoxId: string;
1712
30
  zipCode: ZipCode;