@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
@@ -16,1111 +16,6 @@ export interface IBirthDate extends IAbstractComplexValue {
16
16
  year: IBirthYear | number;
17
17
  }
18
18
  export declare class BirthDate extends AbstractComplexValue implements IBirthDate {
19
- static readonly propertyNames: {
20
- day: {
21
- toJSON: import("easy-tsnameof").PathHandlers<{
22
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
23
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
24
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
25
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
26
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
27
- }>;
28
- value: import("easy-tsnameof").PathHandlers<{
29
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
30
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
31
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
32
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
33
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
34
- }>;
35
- toString: import("easy-tsnameof").PathHandlers<{
36
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
37
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
38
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
39
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
40
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
41
- }>;
42
- readonly valueHints: {
43
- editHelp: import("easy-tsnameof").PathHandlers<{
44
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
45
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
46
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
47
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
48
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
49
- }>;
50
- min: import("easy-tsnameof").PathHandlers<{
51
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
52
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
53
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
54
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
55
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
56
- }>;
57
- max: import("easy-tsnameof").PathHandlers<{
58
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
59
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
60
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
61
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
62
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
63
- }>;
64
- pattern: import("easy-tsnameof").PathHandlers<{
65
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
66
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
67
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
68
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
69
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
70
- }>;
71
- values: ({
72
- displayName: import("easy-tsnameof").PathHandlers<{
73
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
74
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
75
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
76
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
77
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
78
- }>;
79
- key: import("easy-tsnameof").PathHandlers<{
80
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
81
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
82
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
83
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
84
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
85
- }>;
86
- validate: import("easy-tsnameof").PathHandlers<{
87
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
88
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
89
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
90
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
91
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
92
- }>;
93
- validateProperty: import("easy-tsnameof").PathHandlers<{
94
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
95
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
96
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
97
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
98
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
99
- }>;
100
- serialize: import("easy-tsnameof").PathHandlers<{
101
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
102
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
103
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
104
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
105
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
106
- }>;
107
- toJSON: import("easy-tsnameof").PathHandlers<{
108
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
109
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
110
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
111
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
112
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
113
- }>;
114
- } & import("easy-tsnameof").PathHandlers<{
115
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
116
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
117
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
118
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
119
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
120
- }>)[] & import("easy-tsnameof").PathHandlers<{
121
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
122
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
123
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
124
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
125
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
126
- }>;
127
- defaultValue: import("easy-tsnameof").PathHandlers<{
128
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
129
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
130
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
131
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
132
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
133
- }>;
134
- propertyHints: {
135
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
136
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
137
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
138
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
139
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
140
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
141
- }>;
142
- } & import("easy-tsnameof").PathHandlers<{
143
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
144
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
145
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
146
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
147
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
148
- }>;
149
- toJSON: import("easy-tsnameof").PathHandlers<{
150
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
151
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
152
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
153
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
154
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
155
- }>;
156
- copyWith: import("easy-tsnameof").PathHandlers<{
157
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
158
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
159
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
160
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
161
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
162
- }>;
163
- validate: import("easy-tsnameof").PathHandlers<{
164
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
165
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
166
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
167
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
168
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
169
- }>;
170
- validateProperty: import("easy-tsnameof").PathHandlers<{
171
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
172
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
173
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
174
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
175
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
176
- }>;
177
- serialize: import("easy-tsnameof").PathHandlers<{
178
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
179
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
180
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
181
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
182
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
183
- }>;
184
- } & import("easy-tsnameof").PathHandlers<{
185
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
186
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
187
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
188
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
189
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
190
- }>;
191
- readonly renderHints: {
192
- technicalType: import("easy-tsnameof").PathHandlers<{
193
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
194
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
195
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
196
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
197
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
198
- }>;
199
- editType: import("easy-tsnameof").PathHandlers<{
200
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
201
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
202
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
203
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
204
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
205
- }>;
206
- dataType: import("easy-tsnameof").PathHandlers<{
207
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
208
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
209
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
210
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
211
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
212
- }>;
213
- propertyHints: {
214
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
215
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
216
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
217
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
218
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
219
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
220
- }>;
221
- } & import("easy-tsnameof").PathHandlers<{
222
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
223
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
224
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
225
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
226
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
227
- }>;
228
- toJSON: import("easy-tsnameof").PathHandlers<{
229
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
230
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
231
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
232
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
233
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
234
- }>;
235
- copyWith: import("easy-tsnameof").PathHandlers<{
236
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
237
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
238
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
239
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
240
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
241
- }>;
242
- validate: import("easy-tsnameof").PathHandlers<{
243
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
244
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
245
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
246
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
247
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
248
- }>;
249
- validateProperty: import("easy-tsnameof").PathHandlers<{
250
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
251
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
252
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
253
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
254
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
255
- }>;
256
- serialize: import("easy-tsnameof").PathHandlers<{
257
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
258
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
259
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
260
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
261
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
262
- }>;
263
- } & import("easy-tsnameof").PathHandlers<{
264
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
265
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
266
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
267
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
268
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
269
- }>;
270
- validate: import("easy-tsnameof").PathHandlers<{
271
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
272
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
273
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
274
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
275
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
276
- }>;
277
- validateProperty: import("easy-tsnameof").PathHandlers<{
278
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
279
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
280
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
281
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
282
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
283
- }>;
284
- serialize: import("easy-tsnameof").PathHandlers<{
285
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
286
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
287
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
288
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
289
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
290
- }>;
291
- } & import("easy-tsnameof").PathHandlers<{
292
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
293
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
294
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
295
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
296
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
297
- }>;
298
- month: {
299
- toJSON: import("easy-tsnameof").PathHandlers<{
300
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
301
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
302
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
303
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
304
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
305
- }>;
306
- value: import("easy-tsnameof").PathHandlers<{
307
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
308
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
309
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
310
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
311
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
312
- }>;
313
- toString: import("easy-tsnameof").PathHandlers<{
314
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
315
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
316
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
317
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
318
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
319
- }>;
320
- readonly valueHints: {
321
- editHelp: import("easy-tsnameof").PathHandlers<{
322
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
323
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
324
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
325
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
326
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
327
- }>;
328
- min: import("easy-tsnameof").PathHandlers<{
329
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
330
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
331
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
332
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
333
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
334
- }>;
335
- max: import("easy-tsnameof").PathHandlers<{
336
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
337
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
338
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
339
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
340
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
341
- }>;
342
- pattern: import("easy-tsnameof").PathHandlers<{
343
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
344
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
345
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
346
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
347
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
348
- }>;
349
- values: ({
350
- displayName: import("easy-tsnameof").PathHandlers<{
351
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
352
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
353
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
354
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
355
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
356
- }>;
357
- key: import("easy-tsnameof").PathHandlers<{
358
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
359
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
360
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
361
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
362
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
363
- }>;
364
- validate: import("easy-tsnameof").PathHandlers<{
365
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
366
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
367
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
368
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
369
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
370
- }>;
371
- validateProperty: import("easy-tsnameof").PathHandlers<{
372
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
373
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
374
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
375
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
376
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
377
- }>;
378
- serialize: import("easy-tsnameof").PathHandlers<{
379
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
380
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
381
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
382
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
383
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
384
- }>;
385
- toJSON: import("easy-tsnameof").PathHandlers<{
386
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
387
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
388
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
389
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
390
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
391
- }>;
392
- } & import("easy-tsnameof").PathHandlers<{
393
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
394
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
395
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
396
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
397
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
398
- }>)[] & import("easy-tsnameof").PathHandlers<{
399
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
400
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
401
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
402
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
403
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
404
- }>;
405
- defaultValue: import("easy-tsnameof").PathHandlers<{
406
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
407
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
408
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
409
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
410
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
411
- }>;
412
- propertyHints: {
413
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
414
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
415
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
416
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
417
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
418
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
419
- }>;
420
- } & import("easy-tsnameof").PathHandlers<{
421
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
422
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
423
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
424
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
425
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
426
- }>;
427
- toJSON: import("easy-tsnameof").PathHandlers<{
428
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
429
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
430
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
431
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
432
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
433
- }>;
434
- copyWith: import("easy-tsnameof").PathHandlers<{
435
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
436
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
437
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
438
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
439
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
440
- }>;
441
- validate: import("easy-tsnameof").PathHandlers<{
442
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
443
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
444
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
445
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
446
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
447
- }>;
448
- validateProperty: import("easy-tsnameof").PathHandlers<{
449
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
450
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
451
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
452
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
453
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
454
- }>;
455
- serialize: import("easy-tsnameof").PathHandlers<{
456
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
457
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
458
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
459
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
460
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
461
- }>;
462
- } & import("easy-tsnameof").PathHandlers<{
463
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
464
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
465
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
466
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
467
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
468
- }>;
469
- readonly renderHints: {
470
- technicalType: import("easy-tsnameof").PathHandlers<{
471
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
472
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
473
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
474
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
475
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
476
- }>;
477
- editType: import("easy-tsnameof").PathHandlers<{
478
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
479
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
480
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
481
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
482
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
483
- }>;
484
- dataType: import("easy-tsnameof").PathHandlers<{
485
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
486
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
487
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
488
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
489
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
490
- }>;
491
- propertyHints: {
492
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
493
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
494
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
495
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
496
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
497
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
498
- }>;
499
- } & import("easy-tsnameof").PathHandlers<{
500
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
501
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
502
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
503
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
504
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
505
- }>;
506
- toJSON: import("easy-tsnameof").PathHandlers<{
507
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
508
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
509
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
510
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
511
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
512
- }>;
513
- copyWith: import("easy-tsnameof").PathHandlers<{
514
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
515
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
516
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
517
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
518
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
519
- }>;
520
- validate: import("easy-tsnameof").PathHandlers<{
521
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
522
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
523
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
524
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
525
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
526
- }>;
527
- validateProperty: import("easy-tsnameof").PathHandlers<{
528
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
529
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
530
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
531
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
532
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
533
- }>;
534
- serialize: import("easy-tsnameof").PathHandlers<{
535
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
536
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
537
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
538
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
539
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
540
- }>;
541
- } & import("easy-tsnameof").PathHandlers<{
542
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
543
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
544
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
545
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
546
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
547
- }>;
548
- validate: import("easy-tsnameof").PathHandlers<{
549
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
550
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
551
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
552
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
553
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
554
- }>;
555
- validateProperty: import("easy-tsnameof").PathHandlers<{
556
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
557
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
558
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
559
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
560
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
561
- }>;
562
- serialize: import("easy-tsnameof").PathHandlers<{
563
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
564
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
565
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
566
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
567
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
568
- }>;
569
- } & import("easy-tsnameof").PathHandlers<{
570
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
571
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
572
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
573
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
574
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
575
- }>;
576
- year: {
577
- toJSON: import("easy-tsnameof").PathHandlers<{
578
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
579
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
580
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
581
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
582
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
583
- }>;
584
- value: import("easy-tsnameof").PathHandlers<{
585
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
586
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
587
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
588
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
589
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
590
- }>;
591
- toString: import("easy-tsnameof").PathHandlers<{
592
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
593
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
594
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
595
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
596
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
597
- }>;
598
- readonly valueHints: {
599
- editHelp: import("easy-tsnameof").PathHandlers<{
600
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
601
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
602
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
603
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
604
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
605
- }>;
606
- min: import("easy-tsnameof").PathHandlers<{
607
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
608
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
609
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
610
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
611
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
612
- }>;
613
- max: import("easy-tsnameof").PathHandlers<{
614
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
615
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
616
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
617
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
618
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
619
- }>;
620
- pattern: import("easy-tsnameof").PathHandlers<{
621
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
622
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
623
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
624
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
625
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
626
- }>;
627
- values: ({
628
- displayName: import("easy-tsnameof").PathHandlers<{
629
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
630
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
631
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
632
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
633
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
634
- }>;
635
- key: import("easy-tsnameof").PathHandlers<{
636
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
637
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
638
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
639
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
640
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
641
- }>;
642
- validate: import("easy-tsnameof").PathHandlers<{
643
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
644
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
645
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
646
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
647
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
648
- }>;
649
- validateProperty: import("easy-tsnameof").PathHandlers<{
650
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
651
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
652
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
653
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
654
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
655
- }>;
656
- serialize: import("easy-tsnameof").PathHandlers<{
657
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
658
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
659
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
660
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
661
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
662
- }>;
663
- toJSON: import("easy-tsnameof").PathHandlers<{
664
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
665
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
666
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
667
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
668
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
669
- }>;
670
- } & import("easy-tsnameof").PathHandlers<{
671
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
672
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
673
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
674
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
675
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
676
- }>)[] & import("easy-tsnameof").PathHandlers<{
677
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
678
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
679
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
680
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
681
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
682
- }>;
683
- defaultValue: import("easy-tsnameof").PathHandlers<{
684
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
685
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
686
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
687
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
688
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
689
- }>;
690
- propertyHints: {
691
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
692
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
693
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
694
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
695
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
696
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
697
- }>;
698
- } & import("easy-tsnameof").PathHandlers<{
699
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
700
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
701
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
702
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
703
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
704
- }>;
705
- toJSON: import("easy-tsnameof").PathHandlers<{
706
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
707
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
708
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
709
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
710
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
711
- }>;
712
- copyWith: import("easy-tsnameof").PathHandlers<{
713
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
714
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
715
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
716
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
717
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
718
- }>;
719
- validate: import("easy-tsnameof").PathHandlers<{
720
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
721
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
722
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
723
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
724
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
725
- }>;
726
- validateProperty: import("easy-tsnameof").PathHandlers<{
727
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
728
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
729
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
730
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
731
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
732
- }>;
733
- serialize: import("easy-tsnameof").PathHandlers<{
734
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
735
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
736
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
737
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
738
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
739
- }>;
740
- } & import("easy-tsnameof").PathHandlers<{
741
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
742
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
743
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
744
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
745
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
746
- }>;
747
- readonly renderHints: {
748
- technicalType: import("easy-tsnameof").PathHandlers<{
749
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
750
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
751
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
752
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
753
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
754
- }>;
755
- editType: import("easy-tsnameof").PathHandlers<{
756
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
757
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
758
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
759
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
760
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
761
- }>;
762
- dataType: import("easy-tsnameof").PathHandlers<{
763
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
764
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
765
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
766
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
767
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
768
- }>;
769
- propertyHints: {
770
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
771
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
772
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
773
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
774
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
775
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
776
- }>;
777
- } & import("easy-tsnameof").PathHandlers<{
778
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
779
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
780
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
781
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
782
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
783
- }>;
784
- toJSON: import("easy-tsnameof").PathHandlers<{
785
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
786
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
787
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
788
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
789
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
790
- }>;
791
- copyWith: import("easy-tsnameof").PathHandlers<{
792
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
793
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
794
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
795
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
796
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
797
- }>;
798
- validate: import("easy-tsnameof").PathHandlers<{
799
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
800
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
801
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
802
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
803
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
804
- }>;
805
- validateProperty: import("easy-tsnameof").PathHandlers<{
806
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
807
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
808
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
809
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
810
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
811
- }>;
812
- serialize: import("easy-tsnameof").PathHandlers<{
813
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
814
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
815
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
816
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
817
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
818
- }>;
819
- } & import("easy-tsnameof").PathHandlers<{
820
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
821
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
822
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
823
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
824
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
825
- }>;
826
- validate: import("easy-tsnameof").PathHandlers<{
827
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
828
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
829
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
830
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
831
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
832
- }>;
833
- validateProperty: import("easy-tsnameof").PathHandlers<{
834
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
835
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
836
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
837
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
838
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
839
- }>;
840
- serialize: import("easy-tsnameof").PathHandlers<{
841
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
842
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
843
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
844
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
845
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
846
- }>;
847
- } & import("easy-tsnameof").PathHandlers<{
848
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
849
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
850
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
851
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
852
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
853
- }>;
854
- toString: import("easy-tsnameof").PathHandlers<{
855
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
856
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
857
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
858
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
859
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
860
- }>;
861
- toJSON: import("easy-tsnameof").PathHandlers<{
862
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
863
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
864
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
865
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
866
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
867
- }>;
868
- readonly valueHints: {
869
- editHelp: import("easy-tsnameof").PathHandlers<{
870
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
871
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
872
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
873
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
874
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
875
- }>;
876
- min: import("easy-tsnameof").PathHandlers<{
877
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
878
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
879
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
880
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
881
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
882
- }>;
883
- max: import("easy-tsnameof").PathHandlers<{
884
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
885
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
886
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
887
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
888
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
889
- }>;
890
- pattern: import("easy-tsnameof").PathHandlers<{
891
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
892
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
893
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
894
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
895
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
896
- }>;
897
- values: ({
898
- displayName: import("easy-tsnameof").PathHandlers<{
899
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
900
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
901
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
902
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
903
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
904
- }>;
905
- key: import("easy-tsnameof").PathHandlers<{
906
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
907
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
908
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
909
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
910
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
911
- }>;
912
- validate: import("easy-tsnameof").PathHandlers<{
913
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
914
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
915
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
916
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
917
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
918
- }>;
919
- validateProperty: import("easy-tsnameof").PathHandlers<{
920
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
921
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
922
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
923
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
924
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
925
- }>;
926
- serialize: import("easy-tsnameof").PathHandlers<{
927
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
928
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
929
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
930
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
931
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
932
- }>;
933
- toJSON: import("easy-tsnameof").PathHandlers<{
934
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
935
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
936
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
937
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
938
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
939
- }>;
940
- } & import("easy-tsnameof").PathHandlers<{
941
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
942
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
943
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
944
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
945
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
946
- }>)[] & 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
- defaultValue: 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
- }>;
960
- propertyHints: {
961
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
962
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
963
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
964
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
965
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
966
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
967
- }>;
968
- } & import("easy-tsnameof").PathHandlers<{
969
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
970
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
971
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
972
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
973
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
974
- }>;
975
- toJSON: import("easy-tsnameof").PathHandlers<{
976
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
977
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
978
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
979
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
980
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
981
- }>;
982
- copyWith: import("easy-tsnameof").PathHandlers<{
983
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
984
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
985
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
986
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
987
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
988
- }>;
989
- validate: import("easy-tsnameof").PathHandlers<{
990
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
991
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
992
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
993
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
994
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
995
- }>;
996
- validateProperty: import("easy-tsnameof").PathHandlers<{
997
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
998
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
999
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1000
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1001
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1002
- }>;
1003
- serialize: import("easy-tsnameof").PathHandlers<{
1004
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1005
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1006
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1007
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1008
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1009
- }>;
1010
- } & import("easy-tsnameof").PathHandlers<{
1011
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1012
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1013
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1014
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1015
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1016
- }>;
1017
- readonly renderHints: {
1018
- technicalType: import("easy-tsnameof").PathHandlers<{
1019
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1020
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1021
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1022
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1023
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1024
- }>;
1025
- editType: import("easy-tsnameof").PathHandlers<{
1026
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1027
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1028
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1029
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1030
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1031
- }>;
1032
- dataType: import("easy-tsnameof").PathHandlers<{
1033
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1034
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1035
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1036
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1037
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1038
- }>;
1039
- propertyHints: {
1040
- [x: string]: any & import("easy-tsnameof").PathHandlers<{
1041
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1042
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1043
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1044
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1045
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1046
- }>;
1047
- } & import("easy-tsnameof").PathHandlers<{
1048
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1049
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1050
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1051
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1052
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1053
- }>;
1054
- toJSON: import("easy-tsnameof").PathHandlers<{
1055
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1056
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1057
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1058
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1059
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1060
- }>;
1061
- copyWith: import("easy-tsnameof").PathHandlers<{
1062
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1063
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1064
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1065
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1066
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1067
- }>;
1068
- validate: import("easy-tsnameof").PathHandlers<{
1069
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1070
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1071
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1072
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1073
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1074
- }>;
1075
- validateProperty: import("easy-tsnameof").PathHandlers<{
1076
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1077
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1078
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1079
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1080
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1081
- }>;
1082
- serialize: import("easy-tsnameof").PathHandlers<{
1083
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1084
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1085
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1086
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1087
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1088
- }>;
1089
- } & import("easy-tsnameof").PathHandlers<{
1090
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1091
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1092
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1093
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1094
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1095
- }>;
1096
- validate: import("easy-tsnameof").PathHandlers<{
1097
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1098
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1099
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1100
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1101
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1102
- }>;
1103
- validateProperty: import("easy-tsnameof").PathHandlers<{
1104
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1105
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1106
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1107
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1108
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1109
- }>;
1110
- serialize: import("easy-tsnameof").PathHandlers<{
1111
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1112
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1113
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1114
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1115
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1116
- }>;
1117
- } & import("easy-tsnameof").PathHandlers<{
1118
- $path: (path: import("easy-tsnameof").PathKey[]) => string;
1119
- $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
1120
- toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
1121
- valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1122
- [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1123
- }>;
1124
19
  day: BirthDay;
1125
20
  month: BirthMonth;
1126
21
  year: BirthYear;