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

    Interface SubmitRecords

    An arbitrary record submission posted to the /layer/:layer/submit API where the items are mapped to CoT Features, Core Events or Core Devices by the Layer's configured Maps

    interface SubmitRecords {
        items: Record<string, unknown>[];
        schema: string;
    }
    Index
    items: Record<string, unknown>[]
    schema: string