lessel - v0.1.0
    Preparing search index...

    Interface StoredMessage

    interface StoredMessage {
        id: string;
        payload: string;
        platform: Platform;
        processedAt?: string;
        raw: string;
        receivedAt: string;
        schemaName: string;
    }
    Index
    id: string
    payload: string
    platform: Platform
    processedAt?: string
    raw: string
    receivedAt: string
    schemaName: string