* Returns a function that creates a schema-backed subclass with this class's * fields plus additional fields. * * **When to use** * * Use when you need a subclass whose constructor validates both inherited * fields and newly added fields. * * **Details** * * The returne
(
identifier: string
)
| 14034 | * such as `isMaxProperties` count inherited fields too. |
| 14035 | */ |
| 14036 | extend<Extended = never, Static = {}, Brand = {}>( |
| 14037 | identifier: string |
| 14038 | ): { |
| 14039 | <NewFields extends Struct.Fields>( |
no outgoing calls
no test coverage detected