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