@mobilon/max-client - v0.0.2
    Preparing search index...

    Interface SendMessageResult

    interface SendMessageResult {
        id: string;
        message: string;
        sent: boolean;
    }
    Index

    Properties

    Properties

    id: string
    message: string
    sent: boolean