• Merge multiple TL schemas into a single schema.

    Parameters

    • schemas: TlFullSchema[]

      Schemas to merge

    • onConflict: (
          options: (undefined | TlEntry)[],
          reason: string,
      ) => undefined | TlEntry | Promise<undefined | TlEntry>

      Callback to handle conflicts

    Returns Promise<TlFullSchema>