• Patch runtime TL schema (readers and writers map) with the given schema.

    Entries in the schema will override the ones in the existing one. Original readers and writers will be preserved, new ones will be returned.

    Parameters

    • schema: string

      Schema containing new entries

    • readers: TlReaderMap

      Original readers map

    • writers: TlWriterMap

      Original writers map

    Returns { readerMap: TlReaderMap; writerMap: TlWriterMap }

    New readers and writers map