Retrieves the metadata associated with a given schema.
get<TValue, TUpdate = TValue>(
schema: InteropZodType<TValue>
): SchemaMeta<TValue, TUpdate> | undefined| Name | Type | Description |
|---|---|---|
schema* | InteropZodType<TValue> | The schema to retrieve metadata for. |