@tak-ps/etl
    Preparing search index...

    Interface NamedSchema

    A single named Output schema - tasks that submit multiple record shapes return one entry per shape from schema(), with the id referenced by the schema field of record submissions

    interface NamedSchema {
        id: string;
        schema: TSchema;
    }
    Index
    id: string
    schema: TSchema