• Fetch a registered model constructor by table name without throwing when it is absent.

    Type Parameters

    • TRecord extends JsonObject
    • TVirtual extends JsonObject = JsonObject

    Parameters

    • tableName: string

      Table name or registry key to look up.

    Returns ModelConstructor<TRecord, TVirtual, ModelInstance<TRecord, TVirtual>, string>

    The registered constructor or null when missing.