clik-engine API
    Preparing search index...

    Interface ServerMessage

    interface ServerMessage {
        data: unknown;
        type: string;
    }
    Index

    Properties

    Properties

    data: unknown
    type: string