Saxonberg Server API
    Preparing search index...

    Interface InboundClientMessage

    interface InboundClientMessage {
        id?: string;
        payload?: unknown;
        type: string;
    }
    Index

    Properties

    Properties

    id?: string
    payload?: unknown
    type: string